Skip to content

Commit f881903

Browse files
Merge #981
981: epoch: bump `memoffset` to v0.9 r=taiki-e a=Jules-Bertholet CC: rust-lang/rust#111839 Co-authored-by: Jules Bertholet <[email protected]>
2 parents 016758c + 3265d71 commit f881903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crossbeam-epoch/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ autocfg = "1"
3838

3939
[dependencies]
4040
cfg-if = "1"
41-
memoffset = "0.8"
41+
memoffset = "0.9"
4242
scopeguard = { version = "1.1", default-features = false }
4343

4444
# Enable the use of loom for concurrency testing.

0 commit comments

Comments
 (0)