Skip to content

Commit

Permalink
Fix MSRV build by pinning crossbeam crates.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreichold committed Dec 22, 2023
1 parent 174ca76 commit 23d7cab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/all-tests.sh
Expand Up @@ -13,6 +13,10 @@ if [ "$CHANNEL" = "1.51.0" ]; then
cargo update --package byteorder --precise 1.4.3
cargo update --package rayon --precise 1.5.3
cargo update --package rayon-core --precise 1.9.3
cargo update --package crossbeam-channel --precise 0.5.8
cargo update --package crossbeam-deque --precise 0.8.3
cargo update --package crossbeam-epoch --precise 0.9.15
cargo update --package crossbeam-utils --precise 0.8.16
cargo update --package rmp --precise 0.8.11
cargo update --package serde_json --precise 1.0.99
cargo update --package serde --precise 1.0.156
Expand Down

0 comments on commit 23d7cab

Please sign in to comment.