Skip to content

Commit 1b9c30d

Browse files
committed
gix-date: bump MSRV to Rust 1.70
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.
1 parent 5a88413 commit 1b9c30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-date/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "A crate of the gitoxide project parsing dates the way git does"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*"]
10-
rust-version = "1.65"
10+
rust-version = "1.70"
1111

1212
[lib]
1313
doctest = false

0 commit comments

Comments
 (0)