Skip to content

Commit 8c492d7

Browse files
committed
Merge branch 'msrv'
2 parents ce44fe3 + e6706f2 commit 8c492d7

File tree

72 files changed

+76
-76
lines changed

Some content is hidden

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

72 files changed

+76
-76
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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]

0 commit comments

Comments
 (0)