Skip to content

Commit 933a801

Browse files
committed
conform gix-path to same version and allow publish to continue.
Hopefully. Question is why this happens in the first place.
1 parent d19af16 commit 933a801

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

gix-config-value/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ doctest = false
1717
serde = ["dep:serde", "bstr/serde"]
1818

1919
[dependencies]
20-
gix-path = { version = "^0.10.9", path = "../gix-path" }
20+
gix-path = { version = "^0.10.10", path = "../gix-path" }
2121

2222
thiserror = "1.0.32"
2323
bstr = { version = "1.0.1", default-features = false, features = ["std"] }
24-
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}
24+
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
2525
bitflags = "2"
2626

2727
document-features = { version = "0.2.0", optional = true }

gix-glob/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ doctest = false
1414

1515
[features]
1616
## Data structures implement `serde::Serialize` and `serde::Deserialize`.
17-
serde= ["dep:serde", "bstr/serde", "bitflags/serde"]
17+
serde = ["dep:serde", "bstr/serde", "bitflags/serde"]
1818

1919
[dependencies]
20-
gix-path = { version = "^0.10.9", path = "../gix-path" }
20+
gix-path = { version = "^0.10.10", path = "../gix-path" }
2121
gix-features = { version = "^0.38.1", path = "../gix-features" }
22-
bstr = { version = "1.3.0", default-features = false, features = ["std"]}
22+
bstr = { version = "1.3.0", default-features = false, features = ["std"] }
2323
bitflags = "2"
24-
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}
24+
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
2525

2626
document-features = { version = "0.2.0", optional = true }
2727

2828
[dev-dependencies]
29-
gix-testtools = { path = "../tests/tools"}
29+
gix-testtools = { path = "../tests/tools" }
3030

3131
[package.metadata.docs.rs]
3232
all-features = true

gix-pathspec/Cargo.toml

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

1515
[dependencies]
1616
gix-glob = { version = "^0.16.4", path = "../gix-glob" }
17-
gix-path = { version = "^0.10.9", path = "../gix-path" }
17+
gix-path = { version = "^0.10.10", path = "../gix-path" }
1818
gix-attributes = { version = "^0.22.3", path = "../gix-attributes" }
1919
gix-config-value = { version = "^0.14.7", path = "../gix-config-value" }
2020

gix-sec/Cargo.toml

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

3131
[target.'cfg(windows)'.dependencies]
32-
gix-path = { version = "^0.10.9", path = "../gix-path" }
32+
gix-path = { version = "^0.10.10", path = "../gix-path" }
3333
windows-sys = { version = "0.52.0", features = [
3434
"Win32_Foundation",
3535
"Win32_Security_Authorization",

0 commit comments

Comments
 (0)