Skip to content

Commit

Permalink
Fix the Crossbeam ecosystem to point releases before it required Rust…
Browse files Browse the repository at this point in the history
… 1.61.
  • Loading branch information
adamreichold authored and davidhewitt committed Dec 29, 2023
1 parent 8f6976d commit d897479
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,10 @@ def set_minimal_package_versions(session: nox.Session):
"proptest": "1.0.0",
"chrono": "0.4.25",
"byteorder": "1.4.3",
"crossbeam-channel": "0.5.8",
"crossbeam-deque": "0.8.3",
"crossbeam-epoch": "0.9.15",
"crossbeam-utils": "0.8.16",
}

# run cargo update first to ensure that everything is at highest
Expand Down

0 comments on commit d897479

Please sign in to comment.