Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kajacx committed Apr 14, 2024
1 parent 1a8dfce commit 0305fce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# wasm-bridge change log

## [0.4.0] 2024-04-13
## [0.4.0] 2024-04-14

### <b style="color: red">Breaking changes:</b>

Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ exclude = [
resolver = "2"

[workspace.package]
version = "0.3.2"
version = "0.4.0"
edition = "2021"
repository = "https://github.com/kajacx/wasm-bridge"
license = "MIT"
keywords = ["WASM", "wasmtime", "web"]
categories = ["wasm", "web-programming"]

[workspace.dependencies]
wasm-bridge = { path = "crates/wasm-bridge", version = "0.3.2" }
wasm-bridge-macros = { path = "crates/wasm-bridge-macros", version = "0.3.2" }
wasm-bridge = { path = "crates/wasm-bridge", version = "0.4.0" }
wasm-bridge-macros = { path = "crates/wasm-bridge-macros", version = "0.4.0" }

wasmtime = { version = "19.0", default-features = false, features = ["cranelift", "runtime"] }
wasmtime-wasi = { version = "19.0", default-features = false }
Expand Down

0 comments on commit 0305fce

Please sign in to comment.