Skip to content

Commit 4145d2a

Browse files
committed
fix gix-path version (which fails publishing due to the patch-level mismatch)
1 parent 8ce4912 commit 4145d2a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gix-command/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ doctest = false
1616

1717
[dependencies]
1818
gix-trace = { version = "^0.1.11", path = "../gix-trace" }
19-
gix-path = { version = "^0.10.12", path = "../gix-path" }
19+
gix-path = { version = "^0.10.13", path = "../gix-path" }
2020

2121
bstr = { version = "1.5.0", default-features = false, features = ["std", "unicode"] }
2222
shell-words = "1.0"

gix-glob/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ doctest = false
1919
serde = ["dep:serde", "bstr/serde", "bitflags/serde"]
2020

2121
[dependencies]
22-
gix-path = { version = "^0.10.12", path = "../gix-path" }
22+
gix-path = { version = "^0.10.13", path = "../gix-path" }
2323
gix-features = { version = "^0.39.0", path = "../gix-features" }
2424
bstr = { version = "1.3.0", default-features = false, features = ["std"] }
2525
bitflags = "2"

gix-ignore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde = ["dep:serde", "bstr/serde", "gix-glob/serde"]
2020

2121
[dependencies]
2222
gix-glob = { version = "^0.17.0", path = "../gix-glob" }
23-
gix-path = { version = "^0.10.12", path = "../gix-path" }
23+
gix-path = { version = "^0.10.13", path = "../gix-path" }
2424
gix-trace = { version = "^0.1.11", path = "../gix-trace" }
2525

2626
bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"] }

gix-sec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ document-features = { version = "0.2.1", optional = true }
3131
libc = "0.2.123"
3232

3333
[target.'cfg(windows)'.dependencies]
34-
gix-path = { version = "^0.10.12", path = "../gix-path" }
34+
gix-path = { version = "^0.10.13", path = "../gix-path" }
3535
windows-sys = { version = "0.52.0", features = [
3636
"Win32_Foundation",
3737
"Win32_Security_Authorization",

0 commit comments

Comments
 (0)