Skip to content

Commit 586cd1e

Browse files
authored
DO NOT MERGE: Test with memoffset/unstable_offset_of feature
Testing as part of rust-lang/rust#111839
1 parent 8c8f00e commit 586cd1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rust-version = "1.56"
1818
cfg-if = "1.0"
1919
libc = "0.2.62"
2020
parking_lot = ">= 0.11, < 0.13"
21-
memoffset = "0.9"
21+
memoffset = { version = "0.9", features = ["unstable_offset_of"] }
2222

2323
# ffi bindings to the python interpreter, split into a separate crate so they can be used independently
2424
pyo3-ffi = { path = "pyo3-ffi", version = "=0.20.0" }

0 commit comments

Comments
 (0)