From 91adca3b04ed1dc9ab7a97f64d8bd6787598529c Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Sun, 20 Nov 2022 20:23:11 -0500 Subject: [PATCH] bump memoffset from 0.6.5 to 0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d1805351..e9bea147 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ edition = "2018" cfg-if = "1.0" libc = "0.2.62" parking_lot = ">= 0.11, < 0.13" -memoffset = "0.6.5" +memoffset = "0.7" # 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" }