Skip to content

Commit

Permalink
V4.3.0 post release (#4670)
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej authored May 13, 2024
2 parents 36c1ece + a71120c commit 13b228c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ hex = { version = "^0.4" }
# `rand` uses `getrandom` transitively, and to be able to
# compile the project for `js`, we need to enable this feature
[dependencies.getrandom]
version = "*"
version = "0.2.15"
features = ["js"]

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/wast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
edition = "2018"

[dependencies]
wasmer-types = { path = "../../../lib/types" }
wasmer-types = { path = "../../../lib/types", version="=4.3.0" }
wasmer-wasix = { path = "../../../lib/wasix", version="=0.20.0" }
wasmer = { path = "../../../lib/api", version = "=4.3.0", default-features = false }
virtual-fs = { path = "../../../lib/virtual-fs", version = "0.11.4" }
Expand Down

0 comments on commit 13b228c

Please sign in to comment.