Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lann committed Jun 20, 2024
1 parent 17b81e9 commit 26fad2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.4.0"
version = "0.4.1"
authors = ["The Wasmtime Project Developers"]
license = "Apache-2.0 WITH LLVM-exception"

Expand All @@ -16,5 +16,5 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
"fmt",
"env-filter",
] }
wasm-pkg-common = { version = "0.4.0", path = "crates/wasm-pkg-common" }
wasm-pkg-loader = { version = "0.4.0", path = "crates/wasm-pkg-loader" }
wasm-pkg-common = { version = "0.4.1", path = "crates/wasm-pkg-common" }
wasm-pkg-loader = { version = "0.4.1", path = "crates/wasm-pkg-loader" }

0 comments on commit 26fad2d

Please sign in to comment.