Skip to content

Commit 7ec21bb

Browse files
authored
Merge pull request #1762 from GitoxideLabs/fix-1759
fix: worktrees of submodules now know their correct worktree
2 parents 851a7c4 + 17835bc commit 7ec21bb

File tree

130 files changed

+263
-207
lines changed

Some content is hidden

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

130 files changed

+263
-207
lines changed

gix-actor/Cargo.toml

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

1414
[lib]
1515
doctest = false

gix-archive/Cargo.toml

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

1414
[lib]

gix-attributes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "A crate of the gitoxide project dealing .gitattributes files"
99
authors = ["Sebastian Thiel <[email protected]>"]
1010
edition = "2021"
1111
include = ["src/**/*", "LICENSE-*"]
12-
rust-version = "1.65"
12+
rust-version = "1.70"
1313

1414
[lib]
1515
doctest = false

gix-bitmap/Cargo.toml

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

1414
[lib]

gix-blame/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
description = "A crate of the gitoxide project dedicated to implementing a 'blame' algorithm"
99
authors = ["Christoph Rüßler <[email protected]>", "Sebastian Thiel <[email protected]>"]
1010
edition = "2021"
11-
rust-version = "1.65"
11+
rust-version = "1.70"
1212

1313
[lib]
1414
doctest = false

gix-chunk/Cargo.toml

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

1515
[lib]
1616
doctest = false

gix-command/Cargo.toml

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

1414
[lib]

gix-commitgraph/Cargo.toml

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

1515
[lib]
1616
doctest = false

gix-config-value/Cargo.toml

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

1414
[lib]

gix-config/Cargo.toml

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

1717
[features]

0 commit comments

Comments
 (0)