From 6fcc790f8bf5c946d66ac95bf386ba1d8a815122 Mon Sep 17 00:00:00 2001 From: est31 Date: Sun, 21 May 2023 09:56:55 +0200 Subject: [PATCH] Update memoffset to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d161171..6ca7da06 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.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" }