Skip to content

Commit e20e4de

Browse files
committed
Switch to workspace versioning
1 parent 06c2034 commit e20e4de

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ members = [
1111
]
1212

1313
[workspace.package]
14+
version = "0.0.0"
1415
authors = ["the Limbo authors"]
1516
edition = "2021"
1617
license = "MIT"

bindings/wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "limbo-wasm"
3-
version = "0.0.0"
3+
version.workspace = true
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "limbo"
5-
version = "0.0.0"
5+
version.workspace = true
66
authors.workspace = true
77
default-run = "limbo"
88
edition.workspace = true

core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "limbo_core"
5-
version = "0.0.0"
5+
version.workspace = true
66
authors.workspace = true
77
edition.workspace = true
88
license.workspace = true

simulator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "limbo_sim"
5-
version = "0.0.0"
5+
version.workspace = true
66
authors.workspace = true
77
edition.workspace = true
88
license.workspace = true

0 commit comments

Comments
 (0)