Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Commit

Permalink
Important patch version bump of crossbeam to 0.7.3
Browse files Browse the repository at this point in the history
Bug in windows only code which causes `crossbeam::channel::timer` to deadlock.

See: [Issue with AtomicCell containing struct with padding bytes](crossbeam-rs/crossbeam#388)
  • Loading branch information
vangroan committed Jun 6, 2020
1 parent 9d68627 commit d975179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"

[dependencies]
chrono = { version = "0.4", features = ["serde"] }
crossbeam = "0.7.1"
crossbeam = "0.7.3"
daggy = "0.6.0"
error-chain = "0.12.1"
gfx = "0.18.1"
Expand Down

0 comments on commit d975179

Please sign in to comment.