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] [workspace.package]
version = "0.0.0"
authors = ["the Limbo authors"] authors = ["the Limbo authors"]
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"

View File

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

View File

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

View File

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

View File

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