Skip to content

Commit

Permalink
pin chrono for msrv build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed May 30, 2023
1 parent 03137e4 commit c928a7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,8 @@ def set_minimal_package_versions(session: nox.Session):
# newer versions of arrayvec use const generics (Rust 1.51+)
"arrayvec": "0.5.2",
"csv": "1.1.6",
# newer versions of chrono use i32::rem_euclid as a const fn
"chrono": "0.4.24",
"indexmap": "1.6.2",
"inventory": "0.3.4",
"hashbrown": "0.9.1",
Expand Down

0 comments on commit c928a7a

Please sign in to comment.