Skip to content

Commit

Permalink
Merge #97
Browse files Browse the repository at this point in the history
97: Update wasmer r=adrien-zinger a=qdrn

`as-ffi-bindings` needs to be updated as well to make it work. Can you do it `@yvan-sraka` or `@adrien-zinger` ?

Co-authored-by: Adrien F <alf@massa.net>
  • Loading branch information
bors[bot] and qdrn committed Feb 14, 2022
2 parents 83d4737 + 7506dc9 commit 675f18d
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 675f18d

Please sign in to comment.