Update memoffset to 0.9
This commit is contained in:
parent
3ec966d97f
commit
6fcc790f8b
|
@ -17,7 +17,7 @@ edition = "2018"
|
|||
cfg-if = "1.0"
|
||||
libc = "0.2.62"
|
||||
parking_lot = ">= 0.11, < 0.13"
|
||||
memoffset = "0.8"
|
||||
memoffset = "0.9"
|
||||
|
||||
# ffi bindings to the python interpreter, split into a separate crate so they can be used independently
|
||||
pyo3-ffi = { path = "pyo3-ffi", version = "=0.18.3" }
|
||||
|
|
Loading…
Reference in New Issue