Skip to content

Commit

Permalink
Update wasmer
Browse files Browse the repository at this point in the history
  • Loading branch information
qdrn authored and adrien-zinger committed Feb 14, 2022
1 parent 83d4737 commit 7506dc9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Expand Up @@ -8,12 +8,12 @@ anyhow = "1.0"
lazy_static = "1"
serde = "1.0"
serde_json = "1.0"
wasmer = "2.1.1"
as-ffi-bindings = "0.2.2"
wasmer-compiler-singlepass = "2.1.1"
wasmer-engine-universal = "2.1.1"
wasmer-middlewares = "2.1.1"
wasmer = "2.2.0-rc1"
as-ffi-bindings = "0.2.3"
wasmer-compiler-singlepass = "2.2.0-rc1"
wasmer-engine-universal = "2.2.0-rc1"
wasmer-middlewares = "2.2.0-rc1"
cornetto = "0.1.0"
base64 = "0.13.0"
serial_test = "0.5.1"
loupe = "0.1.3"
loupe = "0.1.3"

0 comments on commit 7506dc9

Please sign in to comment.