Skip to content

Commit

Permalink
Update memoffset to 0.9.0
Browse files Browse the repository at this point in the history
Implemented as part of rust-lang/rust#111839
  • Loading branch information
joshlf authored and theduke committed Nov 2, 2023
1 parent bfeab2b commit 88d2c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ enumset = "1.0"
bytecheck = "0.6.8"

[dev-dependencies]
memoffset = "0.6"
memoffset = "0.9.0"

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion lib/vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version.workspace = true
[dependencies]
wasmer-types = { path = "../types", version = "=4.2.3" }
libc = { version = "^0.2", default-features = false }
memoffset = "0.8.0"
memoffset = "0.9.0"
indexmap = { version = "1.6" }
thiserror = "1.0"
more-asserts = "0.2"
Expand Down

0 comments on commit 88d2c82

Please sign in to comment.