Skip to content

Commit

Permalink
Merge pull request #197 from matrix-org/dependabot/cargo/wasmtime-gte…
Browse files Browse the repository at this point in the history
…-22-and-lt-28

build(deps): update wasmtime requirement from >=22, <27 to >=22, <28
  • Loading branch information
sandhose authored Nov 21, 2024
2 parents 7609658 + 9ce2de1 commit 60709b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde_json = "1.0.18" # This is the earliest version which supports 128-bit inte
thiserror = ">=1, <3"
tokio = { version = "1.5", features = ["sync", "macros"] }
tracing = "0.1.27"
wasmtime = { version = ">=22, <27", default-features = false, features = [
wasmtime = { version = ">=22, <28", default-features = false, features = [
"async",
] }

Expand Down Expand Up @@ -65,7 +65,7 @@ version = "1.5"
features = ["macros", "fs", "rt", "rt-multi-thread"]

[dev-dependencies]
wasmtime = { version = ">=22, <27", default-features = false, features = [
wasmtime = { version = ">=22, <28", default-features = false, features = [
"cranelift",
] }
insta = { version = "1", features = ["yaml"] }
Expand Down

0 comments on commit 60709b8

Please sign in to comment.