From 78a4331f60653d5622ec9ec5660dd03f830a5549 Mon Sep 17 00:00:00 2001 From: "Alexis (Poliorcetics) Bourget" Date: Mon, 23 Jan 2023 16:22:57 +0100 Subject: [PATCH] Deps: update to memoffset 0.8 --- crossbeam-epoch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossbeam-epoch/Cargo.toml b/crossbeam-epoch/Cargo.toml index e8ee17e3c..e079a64ec 100644 --- a/crossbeam-epoch/Cargo.toml +++ b/crossbeam-epoch/Cargo.toml @@ -47,7 +47,7 @@ autocfg = "1" [dependencies] cfg-if = "1" -memoffset = "0.7" +memoffset = "0.8" scopeguard = { version = "1.1", default-features = false } # Enable the use of loom for concurrency testing.