Skip to content

Commit d379555

Browse files
committed
adjust versions, again
Strange things happen, again.
1 parent a65a17f commit d379555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gix-attributes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde = ["dep:serde", "bstr/serde", "gix-glob/serde", "kstring/serde"]
1919
[dependencies]
2020
gix-path = { version = "^0.10.10", path = "../gix-path" }
2121
gix-quote = { version = "^0.4.12", path = "../gix-quote" }
22-
gix-glob = { version = "^0.16.4", path = "../gix-glob" }
22+
gix-glob = { version = "^0.16.5", path = "../gix-glob" }
2323
gix-trace = { version = "^0.1.8", path = "../gix-trace" }
2424

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

gix-pathspec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ doctest = false
1515
[dependencies]
1616
gix-glob = { version = "^0.16.5", path = "../gix-glob" }
1717
gix-path = { version = "^0.10.10", path = "../gix-path" }
18-
gix-attributes = { version = "^0.22.3", path = "../gix-attributes" }
18+
gix-attributes = { version = "^0.22.4", path = "../gix-attributes" }
1919
gix-config-value = { version = "^0.14.8", path = "../gix-config-value" }
2020

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

0 commit comments

Comments
 (0)