Skip to content

Commit

Permalink
chore: bump crate version
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Sep 25, 2024
1 parent b2cc117 commit 507729e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wadge"
version = "0.3.0"
version = "0.3.1"
description = "WAdge runtime"

authors.workspace = true
Expand Down Expand Up @@ -78,7 +78,7 @@ http = { version = "1", default-features = false }
tokio = { version = "1", default-features = false }
tracing = { version = "0.1", default-features = false }
tracing-subscriber = { version = "0.3", default-features = false }
wadge = { version = "0.3", path = "." }
wadge = { version = "0.3.1", path = "." }
wasi-passthrough = { version = "0.3.2", default-features = false }
wasi-passthrough-ext = { version = "0.1.4", default-features = false }
wasi-passthrough-keyvalue = { version = "0.1.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wadge-sys"
version = "0.3.0"
version = "0.3.1"
description = "WebAssembly bridge for native code"

authors.workspace = true
Expand Down

0 comments on commit 507729e

Please sign in to comment.