diff --git a/.cargo/config b/.cargo/config deleted file mode 100644 index d45f64d4..00000000 --- a/.cargo/config +++ /dev/null @@ -1,3 +0,0 @@ -[build] -rustflags = ["-C", "link-args=-s"] -# target = "wasm32-unknown-unknown" \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 2d56b0cf..bf573e70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [workspace] # include a member for each contract +resolver = "2" members = [ "sputnik-staking", "sputnikdao2", diff --git a/sputnik-staking/Cargo.toml b/sputnik-staking/Cargo.toml index 14d8c913..a02d4484 100644 --- a/sputnik-staking/Cargo.toml +++ b/sputnik-staking/Cargo.toml @@ -2,7 +2,7 @@ name = "sputnik-staking" version = "1.0.0" authors = ["Sputnik Devs "] -edition = "2018" +edition = "2021" publish = false [lib] diff --git a/sputnikdao-factory2/Cargo.toml b/sputnikdao-factory2/Cargo.toml index a8001aa0..66cd58fa 100644 --- a/sputnikdao-factory2/Cargo.toml +++ b/sputnikdao-factory2/Cargo.toml @@ -2,7 +2,7 @@ name = "sputnikdao-factory2" version = "0.2.1" authors = ["Illia Polosukhin "] -edition = "2018" +edition = "2021" publish = false [lib] diff --git a/sputnikdao2/Cargo.toml b/sputnikdao2/Cargo.toml index 41a7a4f3..8f569d80 100644 --- a/sputnikdao2/Cargo.toml +++ b/sputnikdao2/Cargo.toml @@ -2,7 +2,7 @@ name = "sputnikdao2" version = "2.3.1" authors = ["Sputnik Devs "] -edition = "2018" +edition = "2021" publish = false [lib] diff --git a/test-token/Cargo.toml b/test-token/Cargo.toml index 8ffa00e8..9dd71a5b 100644 --- a/test-token/Cargo.toml +++ b/test-token/Cargo.toml @@ -2,7 +2,7 @@ name = "test-token" version = "0.1.0" authors = ["Illia Polosukhin "] -edition = "2018" +edition = "2021" publish = false [lib]