Update memoffset to 0.8

This commit is contained in:
messense 2023-01-11 23:09:51 +08:00
parent 3fc0634ee6
commit d6b15af0ff
No known key found for this signature in database
GPG key ID: BB41A8A2C716CCA9

View file

@ -17,7 +17,7 @@ edition = "2018"
cfg-if = "1.0"
libc = "0.2.62"
parking_lot = ">= 0.11, < 0.13"
memoffset = "0.7"
memoffset = "0.8"
# ffi bindings to the python interpreter, split into a separate crate so they can be used independently
pyo3-ffi = { path = "pyo3-ffi", version = "=0.17.3" }