diff --git a/crossbeam-epoch/Cargo.toml b/crossbeam-epoch/Cargo.toml index 822e04c7d..14a2bdfb5 100644 --- a/crossbeam-epoch/Cargo.toml +++ b/crossbeam-epoch/Cargo.toml @@ -47,7 +47,7 @@ autocfg = "1" [dependencies] cfg-if = "1" -memoffset = "0.6" +memoffset = "0.7" scopeguard = { version = "1.1", default-features = false } # Enable the use of loom for concurrency testing.