From e38a6dac00b050b80f949e7eca3776ace7619588 Mon Sep 17 00:00:00 2001 From: Johannes Wendel Date: Sun, 29 Dec 2024 20:36:55 +0100 Subject: [PATCH] Make nix compatible --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3bbb95d..175ad17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fluter" version = "0.1.0" -edition = "2024" +edition = "2021" [dependencies] address = "0.11.0" -- 2.39.5