We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8f00e commit 586cd1eCopy full SHA for 586cd1e
Cargo.toml
@@ -18,7 +18,7 @@ rust-version = "1.56"
18
cfg-if = "1.0"
19
libc = "0.2.62"
20
parking_lot = ">= 0.11, < 0.13"
21
-memoffset = "0.9"
+memoffset = { version = "0.9", features = ["unstable_offset_of"] }
22
23
# ffi bindings to the python interpreter, split into a separate crate so they can be used independently
24
pyo3-ffi = { path = "pyo3-ffi", version = "=0.20.0" }
0 commit comments