Fix the Crossbeam ecosystem to point releases before it required Rust 1.61.

This commit is contained in:
Adam Reichold 2023-12-14 11:35:20 +01:00
parent 42601f3af9
commit 97e0998ac2
1 changed files with 4 additions and 0 deletions

View File

@ -502,6 +502,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