Switch to workspace versioning

This commit is contained in:
Pekka Enberg
2024-07-17 08:39:36 +03:00
parent f3585e4a45
commit a0c92f6d80
5 changed files with 5 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ members = [
]
[workspace.package]
version = "0.0.0"
authors = ["the Limbo authors"]
edition = "2021"
license = "MIT"

View File

@@ -1,6 +1,6 @@
[package]
name = "limbo-wasm"
version = "0.0.0"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@@ -2,7 +2,7 @@
[package]
name = "limbo"
version = "0.0.0"
version.workspace = true
authors.workspace = true
default-run = "limbo"
edition.workspace = true

View File

@@ -2,7 +2,7 @@
[package]
name = "limbo_core"
version = "0.0.0"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@@ -2,7 +2,7 @@
[package]
name = "limbo_sim"
version = "0.0.0"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true