Skip to content

Commit

Permalink
Update MSRV lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Nov 13, 2023
1 parent 89c9448 commit 7df4965
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 47 deletions.
94 changes: 47 additions & 47 deletions ci/Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ fn update_msrv_lock() -> Result {

let pin_versions = [
("chrono".into(), "0.4.23"),
("chrono-tz".into(), "0.8.3"),
("regex".into(), "1.9.6"),
(latest_version(&sh, "serde_with")?, "3.1.0"),
(latest_version(&sh, "time")?, "0.3.20"),
Expand Down

0 comments on commit 7df4965

Please sign in to comment.