Skip to content

Commit 034c9ef

Browse files
authored
Update to memoffset 0.9. (#689)
Per rust-lang/rust#111839, I've also run the tests with `--features memoffset/unstable_offset_of`, with both the linux-raw and libc backends, and they passed.
1 parent dc56e0f commit 034c9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ io-lifetimes = { version = "1.0.10", default-features = false, features = ["clos
8383
# Don't upgrade to serial_test 0.7 for now because it depends on a
8484
# `parking_lot_core` version which is not compatible with our MSRV of 1.48.
8585
serial_test = "0.6"
86-
memoffset = "0.8.0"
86+
memoffset = "0.9.0"
8787
flate2 = "1.0"
8888

8989
[target.'cfg(all(criterion, not(any(target_os = "emscripten", target_os = "wasi"))))'.dev-dependencies]

0 commit comments

Comments
 (0)