Skip to content

Commit

Permalink
Bump wasm-encoder to 0.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 30, 2023
1 parent 7c8dad8 commit a5c739c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ semver = "1.0.0"
smallvec = "1.11.1"

wasm-compose = { version = "0.4.12", path = "crates/wasm-compose" }
wasm-encoder = { version = "0.36.0", path = "crates/wasm-encoder" }
wasm-encoder = { version = "0.36.1", path = "crates/wasm-encoder" }
wasm-metadata = { version = "0.10.10", path = "crates/wasm-metadata" }
wasm-mutate = { version = "0.2.39", path = "crates/wasm-mutate" }
wasm-shrink = { version = "0.1.40", path = "crates/wasm-shrink" }
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-encoder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-encoder"
version = "0.36.0"
version = "0.36.1"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
Expand Down

0 comments on commit a5c739c

Please sign in to comment.