Skip to content

Commit

Permalink
update wasmtime (#104)
Browse files Browse the repository at this point in the history
* chore(deps): update wasmtime

Update to latest stable release of wasmtime

Signed-off-by: Flavio Castelli <[email protected]>

* wasmtime-provider: 2.1.0

Tag a new minor release of wasmtime-provider

Signed-off-by: Flavio Castelli <[email protected]>

---------

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio authored Oct 24, 2024
1 parent 858eb16 commit b1e3777
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/wasmtime-provider/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmtime-provider"
version = "2.0.0"
version = "2.1.0"
authors = [
"Kevin Hoffman <[email protected]>",
"Jarrod Overson <[email protected]>",
Expand Down Expand Up @@ -40,7 +40,7 @@ async = [
[dependencies]
wapc = { path = "../wapc", version = "2.0.0" }
log = "0.4"
wasmtime = { version = "25.0", default-features = false, features = [
wasmtime = { version = "26.0", default-features = false, features = [
'cache',
'gc',
'wat',
Expand All @@ -63,8 +63,8 @@ cfg-if = "1.0.0"
parking_lot = "0.12"
serde = { version = "1.0", features = ["derive"] }
# feature = wasi
wasmtime-wasi = { version = "25.0", optional = true }
wasi-common = { version = "25.0", optional = true }
wasmtime-wasi = { version = "26.0", optional = true }
wasi-common = { version = "26.0", optional = true }
cap-std = { version = "3.2", optional = true }
async-trait = { version = "0.1.81", optional = true }
tokio = { version = "1", optional = true, default-features = false, features = [
Expand Down

0 comments on commit b1e3777

Please sign in to comment.