diff --git a/Cargo.toml b/Cargo.toml index de1092a02b882c41581f5c72d6fecb7641b41b83..262ac73251ca67a10bd0222be26c6b352fca2b59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ name = 'duniter' path = "node/src/main.rs" [features] -default = ["gdev", "gtest"] +default = ["gdev"] g1 = ["g1-runtime"] gdev = ["gdev-runtime"] gtest = ["gtest-runtime"]