Skip to content

Commit

Permalink
Merge #402
Browse files Browse the repository at this point in the history
402: update memoffset to 0.5, which contains plenty of soundness fixes r=jeehoonkang a=RalfJung



Co-authored-by: Ralf Jung <[email protected]>
  • Loading branch information
bors[bot] and RalfJung committed Jul 16, 2019
2 parents 244a938 + 7169d4f commit 9898f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossbeam-epoch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sanitize = [] # Makes it more likely to trigger any potential data races.

[dependencies]
cfg-if = "0.1.2"
memoffset = "0.2"
memoffset = "0.5"

[dependencies.arrayvec]
version = "0.4"
Expand Down

0 comments on commit 9898f92

Please sign in to comment.