Skip to content

Commit

Permalink
feat: upgrade wasmtime to 2.0.2 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmmiguel authored Nov 14, 2022
1 parent bc4c76e commit 2454ed8
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 56 deletions.
103 changes: 50 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ name = "wws"
path = "src/main.rs"

[dependencies]
wasmtime = "2.0.0"
wasmtime-wasi = "2.0.0"
wasmtime = "2.0.2"
wasmtime-wasi = "2.0.2"
anyhow = "1.0.66"
wasi-common = "2.0.0"
wasi-common = "2.0.2"
actix-web = "4"
env_logger = "0.9.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 2454ed8

Please sign in to comment.