Skip to content

Commit

Permalink
Use wasmer v2.2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrean committed Jan 28, 2022
1 parent 93ea53e commit 90cb117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ serde = { version = "1.0.103", default-features = false, features = ["derive", "
serde_json = "1.0"
sha2 = "0.9.1"
thiserror = "1.0"
wasmer = { version = "2.0.0", default-features = false, features = ["cranelift", "universal", "singlepass"] }
wasmer-middlewares = "2.0.0"
wasmer = { version = "2.2.0-rc1", default-features = false, features = ["cranelift", "universal", "singlepass"] }
wasmer-middlewares = "2.2.0-rc1"
loupe = "0.1.3"

# Wasmer git/local (used for quick local debugging or patching)
Expand Down

0 comments on commit 90cb117

Please sign in to comment.