Skip to content

Commit 3bd09ef

Browse files
committed
chore: change rust-version manifest field back to 1.65.
They didn't actually need to be higher to work, and changing them unecessarily can break downstream CI. Let's keep this value as low as possible, and only increase it when more recent features are actually used.
1 parent ce44fe3 commit 3bd09ef

File tree

71 files changed

+71
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+71
-71
lines changed

gix-actor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/Byron/gitoxide"
77
license = "MIT OR Apache-2.0"
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*"]
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111

1212
[lib]
1313
doctest = false

gix-archive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "archive generation from of a worktree stream"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010
include = ["src/**/*", "LICENSE-*"]
1111

1212
[lib]

gix-attributes/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 dealing .gitattributes files"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*"]
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111

1212
[lib]
1313
doctest = false

gix-bitmap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project dedicated implementing the standard git bitmap format"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010
exclude = ["CHANGELOG.md"]
1111

1212
[lib]

gix-chunk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation = "https://github.com/git/git/blob/seen/Documentation/technical/ch
88
license = "MIT OR Apache-2.0"
99
edition = "2021"
1010
include = ["src/**/*", "LICENSE-*"]
11-
rust-version = "1.70"
11+
rust-version = "1.65"
1212

1313
[lib]
1414
doctest = false

gix-command/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project handling internal git command execution"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010
include = ["src/lib.rs", "LICENSE-*"]
1111

1212
[lib]

gix-commitgraph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Read-only access to the git commitgraph file format"
88
authors = ["Conor Davis <[email protected]>", "Sebastian Thiel <[email protected]>"]
99
edition = "2021"
1010
include = ["src/**/*", "LICENSE-*"]
11-
rust-version = "1.70"
11+
rust-version = "1.65"
1212

1313
[lib]
1414
doctest = false

gix-config-value/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project providing git-config value parsing"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010
include = ["src/**/*", "LICENSE-*"]
1111

1212
[lib]

gix-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
keywords = ["git-config", "git", "config", "gitoxide"]
1010
categories = ["config", "parser-implementations"]
1111
include = ["src/**/*", "LICENSE-*", "README.md"]
12-
rust-version = "1.70"
12+
rust-version = "1.65"
1313
autotests = false
1414

1515
[features]

gix-config/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Tests for the gix-config crate"
66
license = "MIT OR Apache-2.0"
77
authors = ["Edward Shen <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010
publish = false
1111

1212

0 commit comments

Comments
 (0)