Skip to content

Commit

Permalink
Revert "build: bump wasmer to 5.0.3"
Browse files Browse the repository at this point in the history
This reverts commit cc5e49a.
  • Loading branch information
mattyg committed Dec 13, 2024
1 parent cc5e49a commit ce10788
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ authors = ["thedavidmeister", "[email protected]"]
edition = "2021"

[dependencies]
wasmer = { version = "5.0.3", default-features = false }
wasmer-middlewares = { version = "5.0.3", optional = true }
wasmer = { version = "5.0.2", default-features = false }
wasmer-middlewares = { version = "5.0.2", optional = true }

holochain_wasmer_common = { version = "=0.0.96", path = "../common" }
holochain_serialized_bytes = "=0.0.55"
Expand Down
32 changes: 16 additions & 16 deletions test/Cargo.lock

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

4 changes: 2 additions & 2 deletions test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ test-fuzz = "=6.0.0"
once_cell = "1"
tempfile = "3"

wasmer = { version = "5.0.3", default-features = false }
wasmer-middlewares = { version = "5.0.3", optional = true }
wasmer = { version = "5.0.2", default-features = false }
wasmer-middlewares = { version = "5.0.2", optional = true }

[dev-dependencies]
env_logger = "0.8"
Expand Down

0 comments on commit ce10788

Please sign in to comment.