From e0bfc3a4043441f2a64ec70c2dcfd1dcf9cc5423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 28 Nov 2022 10:53:49 +0200 Subject: Update to memoffset 0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index dc854c5f..dbce0df4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ pin-utils = { version = "0.1.0", optional = true } static_assertions = "1" [target.'cfg(not(target_os = "redox"))'.dependencies] -memoffset = { version = "0.6.3", optional = true } +memoffset = { version = "0.7", optional = true } [features] default = [ -- cgit v1.2.3