Skip to content

Commit 97d3d02

Browse files
committed
chore: update msrv to 1.66.1
This Rust version is required due to the use of checked arithmetic functions in locator.rs, otherwise the msrv would be 1.65 due to dependencies.
1 parent 6697682 commit 97d3d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stgit"
33
version = "2.3.0"
44
description = "Stack-based patch management for Git"
55
edition = "2021"
6-
rust-version = "1.64"
6+
rust-version = "1.66.1"
77
authors = [
88
"Catalin Marinas <[email protected]>",
99
"Peter Grayson <[email protected]>",

0 commit comments

Comments
 (0)