File tree 5 files changed +5
-4
lines changed
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ members = [
11
11
]
12
12
13
13
[workspace .package ]
14
+ version = " 0.0.0"
14
15
authors = [" the Limbo authors" ]
15
16
edition = " 2021"
16
17
license = " MIT"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " limbo-wasm"
3
- version = " 0.0.0 "
3
+ version.workspace = true
4
4
authors.workspace = true
5
5
edition.workspace = true
6
6
license.workspace = true
Original file line number Diff line number Diff line change 2
2
3
3
[package ]
4
4
name = " limbo"
5
- version = " 0.0.0 "
5
+ version.workspace = true
6
6
authors.workspace = true
7
7
default-run = " limbo"
8
8
edition.workspace = true
Original file line number Diff line number Diff line change 2
2
3
3
[package ]
4
4
name = " limbo_core"
5
- version = " 0.0.0 "
5
+ version.workspace = true
6
6
authors.workspace = true
7
7
edition.workspace = true
8
8
license.workspace = true
Original file line number Diff line number Diff line change 2
2
3
3
[package ]
4
4
name = " limbo_sim"
5
- version = " 0.0.0 "
5
+ version.workspace = true
6
6
authors.workspace = true
7
7
edition.workspace = true
8
8
license.workspace = true
You can’t perform that action at this time.
0 commit comments