diff --git a/Cargo.toml b/Cargo.toml index e9a18528b..d0f521f4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ members = [ ] [workspace.package] +version = "0.0.0" authors = ["the Limbo authors"] edition = "2021" license = "MIT" diff --git a/bindings/wasm/Cargo.toml b/bindings/wasm/Cargo.toml index 2aa1c5eba..4d42886d2 100644 --- a/bindings/wasm/Cargo.toml +++ b/bindings/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "limbo-wasm" -version = "0.0.0" +version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 8435421df..29f2f4ba4 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "limbo" -version = "0.0.0" +version.workspace = true authors.workspace = true default-run = "limbo" edition.workspace = true diff --git a/core/Cargo.toml b/core/Cargo.toml index 713f84249..b1ed2244d 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "limbo_core" -version = "0.0.0" +version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true diff --git a/simulator/Cargo.toml b/simulator/Cargo.toml index f6014a9bf..88f87247f 100644 --- a/simulator/Cargo.toml +++ b/simulator/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "limbo_sim" -version = "0.0.0" +version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true