Skip to content

Commit

Permalink
Merge #592
Browse files Browse the repository at this point in the history
592: Update memoffset to 0.6 r=taiki-e a=taiki-e



Co-authored-by: Taiki Endo <te316e89@gmail.com>
  • Loading branch information
bors[bot] and taiki-e committed Nov 3, 2020
2 parents a32a675 + 83c8358 commit de915ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossbeam-epoch/Cargo.toml
Expand Up @@ -39,7 +39,7 @@ sanitize = [] # Makes it more likely to trigger any potential data races.
[dependencies]
cfg-if = "1"
const_fn = "0.4"
memoffset = "0.5.4"
memoffset = "0.6"

[dependencies.crossbeam-utils]
version = "0.8"
Expand Down

0 comments on commit de915ec

Please sign in to comment.