diff --git a/crates/dojo-language-server/Cargo.toml b/crates/dojo-language-server/Cargo.toml index 50f274cc23..f3c6a08209 100644 --- a/crates/dojo-language-server/Cargo.toml +++ b/crates/dojo-language-server/Cargo.toml @@ -1,7 +1,7 @@ [package] -edition = "2021" +edition.workspace = true name = "dojo-languge-server" -version = "0.3.2" +version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] diff --git a/crates/dojo-types/Cargo.toml b/crates/dojo-types/Cargo.toml index 5c44803891..ead144793a 100644 --- a/crates/dojo-types/Cargo.toml +++ b/crates/dojo-types/Cargo.toml @@ -1,7 +1,7 @@ [package] -edition = "2021" +edition.workspace = true name = "dojo-types" -version = "0.3.2" +version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/sozo/Cargo.toml b/crates/sozo/Cargo.toml index 16c64b34b3..7adec630d8 100644 --- a/crates/sozo/Cargo.toml +++ b/crates/sozo/Cargo.toml @@ -1,7 +1,7 @@ [package] -edition = "2021" +edition.workspace = true name = "sozo" -version = "0.3.2" +version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/torii/client/Cargo.toml b/crates/torii/client/Cargo.toml index c459cf92cb..4e4ab8e240 100644 --- a/crates/torii/client/Cargo.toml +++ b/crates/torii/client/Cargo.toml @@ -1,7 +1,7 @@ [package] -edition = "2021" +edition.workspace = true name = "torii-client" -version = "0.3.2" +version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/torii/server/Cargo.toml b/crates/torii/server/Cargo.toml index ca67489a4d..d03afad9a9 100644 --- a/crates/torii/server/Cargo.toml +++ b/crates/torii/server/Cargo.toml @@ -1,7 +1,7 @@ [package] -edition = "2021" +edition.workspace = true name = "torii-server" -version = "0.3.2" +version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html