Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gix-trace
1 parent 27e8c18 commit 353df4bCopy full SHA for 353df4b
2 files changed
gix-features/Cargo.toml
@@ -114,7 +114,7 @@ required-features = ["io-pipe"]
114
115
[dependencies]
116
gix-hash = { version = "^0.11.3", path = "../gix-hash" }
117
-gix-trace = { version = "^0.1.1", path = "../gix-trace" }
+gix-trace = { version = "^0.1.2", path = "../gix-trace" }
118
119
# 'parallel' feature
120
crossbeam-channel = { version = "0.5.0", optional = true }
gix-path/Cargo.toml
@@ -13,7 +13,7 @@ rust-version = "1.65"
13
doctest = false
14
15
16
17
bstr = { version = "1.3.0", default-features = false, features = ["std"] }
18
thiserror = "1.0.26"
19
once_cell = "1.17.1"
0 commit comments