Skip to content

Commit

Permalink
Merge pull request #5245 from andreiltd/bump-wat
Browse files Browse the repository at this point in the history
Relax `wat` version requirement
  • Loading branch information
xdoardo authored Nov 14, 2024
2 parents c057723 + 82f4f03 commit 037aa4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ derivative = { version = "^2" }
bytes = "1"
tracing = { version = "0.1" }
# - Optional shared dependencies.
wat = { version = "=1.216.0", optional = true }
wat = { version = "1.216.0", optional = true }
rustc-demangle = "0.1"
shared-buffer = { workspace = true }
wasmi_c_api = { version = "0.38.0", package = "wasmi_c_api_impl", optional = true }
Expand Down

0 comments on commit 037aa4b

Please sign in to comment.