Skip to content

Commit

Permalink
Release gix-path v0.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jun 24, 2024
1 parent f0a4431 commit 8d89b86
Show file tree
Hide file tree
Showing 27 changed files with 97 additions and 66 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gix-archive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ zip = ["dep:zip", "dep:time"]
[dependencies]
gix-worktree-stream = { version = "^0.13.0", path = "../gix-worktree-stream" }
gix-object = { version = "^0.42.2", path = "../gix-object" }
gix-path = { version = "^0.10.7", path = "../gix-path", optional = true }
gix-path = { version = "^0.10.8", path = "../gix-path", optional = true }
gix-date = { version = "^0.8.7", path = "../gix-date" }

flate2 = { version = "1.0.26", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion gix-attributes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doctest = false
serde = ["dep:serde", "bstr/serde", "gix-glob/serde", "kstring/serde"]

[dependencies]
gix-path = { version = "^0.10.7", path = "../gix-path" }
gix-path = { version = "^0.10.8", path = "../gix-path" }
gix-quote = { version = "^0.4.12", path = "../gix-quote" }
gix-glob = { version = "^0.16.3", path = "../gix-glob" }
gix-trace = { version = "^0.1.8", path = "../gix-trace" }
Expand Down
2 changes: 1 addition & 1 deletion gix-command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ doctest = false

[dependencies]
gix-trace = { version = "^0.1.8", path = "../gix-trace" }
gix-path = { version = "^0.10.7", path = "../gix-path" }
gix-path = { version = "^0.10.8", path = "../gix-path" }

bstr = { version = "1.5.0", default-features = false, features = ["std", "unicode"] }
shell-words = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion gix-config-value/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doctest = false
serde = ["dep:serde", "bstr/serde"]

[dependencies]
gix-path = { version = "^0.10.7", path = "../gix-path" }
gix-path = { version = "^0.10.8", path = "../gix-path" }

thiserror = "1.0.32"
bstr = { version = "1.0.1", default-features = false, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion gix-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = ["dep:serde", "bstr/serde", "gix-sec/serde", "gix-ref/serde", "gix-glob/
[dependencies]
gix-features = { version = "^0.38.2", path = "../gix-features"}
gix-config-value = { version = "^0.14.6", path = "../gix-config-value" }
gix-path = { version = "^0.10.7", path = "../gix-path" }
gix-path = { version = "^0.10.8", path = "../gix-path" }
gix-sec = { version = "^0.10.6", path = "../gix-sec" }
gix-ref = { version = "^0.44.1", path = "../gix-ref" }
gix-glob = { version = "^0.16.3", path = "../gix-glob" }
Expand Down
2 changes: 1 addition & 1 deletion gix-credentials/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = ["dep:serde", "bstr/serde", "gix-sec/serde"]
[dependencies]
gix-sec = { version = "^0.10.6", path = "../gix-sec" }
gix-url = { version = "^0.27.2", path = "../gix-url" }
gix-path = { version = "^0.10.7", path = "../gix-path" }
gix-path = { version = "^0.10.8", path = "../gix-path" }
gix-command = { version = "^0.3.6", path = "../gix-command" }
gix-config-value = { version = "^0.14.6", path = "../gix-config-value" }
gix-prompt = { version = "^0.8.4", path = "../gix-prompt" }
Expand Down
Loading

0 comments on commit 8d89b86

Please sign in to comment.