Skip to content

Commit

Permalink
gix-date: bump MSRV to Rust 1.70
Browse files Browse the repository at this point in the history
The bump to Rust 1.70 (released over 1 year ago) is needed since that's
Jiff current MSRV. This doesn't bump the MSRV of the broader gitoxide
project, however, so this is probably wrong or incomplete.
  • Loading branch information
BurntSushi committed Jul 27, 2024
1 parent 5a88413 commit 1b9c30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gix-date/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "A crate of the gitoxide project parsing dates the way git does"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
edition = "2021"
include = ["src/**/*", "LICENSE-*"]
rust-version = "1.65"
rust-version = "1.70"

[lib]
doctest = false
Expand Down

0 comments on commit 1b9c30d

Please sign in to comment.