Skip to content

Commit 8ecd1fb

Browse files
bump versions
1 parent d31d032 commit 8ecd1fb

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exclude = ["programs-wasi", "examples/game-of-life", "examples/python"]
44
resolver = "2"
55

66
[workspace.package]
7-
version = "0.1.0"
7+
version = "0.1.1"
88
edition = "2021"
99
authors = ["friendlymatthew"]
1010
license = "Apache-2.0"

gabagool-debug-adapter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version.workspace = true
44
edition.workspace = true
55

66
[dependencies]
7-
gabagool = { path = "../gabagool" }
7+
gabagool = { path = "../gabagool", version = "0.1.1" }
88
serde_json = "1"
99
wast = "245"
1010

gabagool-wasip1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors.workspace = true
66
license.workspace = true
77

88
[dependencies]
9-
gabagool = { path = "../gabagool" }
9+
gabagool = { path = "../gabagool", version = "0.1.1" }
1010

1111
[dev-dependencies]
1212
tempfile = "3"

0 commit comments

Comments
 (0)