Skip to content

Commit

Permalink
Switch to workspace versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Jul 17, 2024
1 parent 06c2034 commit e20e4de
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ members = [
]

[workspace.package]
version = "0.0.0"
authors = ["the Limbo authors"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion bindings/wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "limbo-wasm"
version = "0.0.0"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "limbo"
version = "0.0.0"
version.workspace = true
authors.workspace = true
default-run = "limbo"
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "limbo_core"
version = "0.0.0"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "limbo_sim"
version = "0.0.0"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit e20e4de

Please sign in to comment.