Pin byteorder on msrv

This commit is contained in:
mejrs 2023-10-06 21:49:00 +02:00
parent 2d3dc65428
commit 8eb0ca8939
1 changed files with 1 additions and 0 deletions

View File

@ -493,6 +493,7 @@ def set_minimal_package_versions(session: nox.Session):
"regex": "1.7.3", "regex": "1.7.3",
"proptest": "1.0.0", "proptest": "1.0.0",
"chrono": "0.4.25", "chrono": "0.4.25",
"byteorder": "1.4.3",
} }
# run cargo update first to ensure that everything is at highest # run cargo update first to ensure that everything is at highest