Skip to content

Commit 917634f

Browse files
committed
Keep lower-bound of thiserror low in gix-dir
This increases the compatibility when using a patched-in version of gix in other crates.
1 parent 23bea36 commit 917634f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-dir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gix-ignore = { version = "^0.11.1", path = "../gix-ignore" }
2424
gix-utils = { version = "^0.1.10", path = "../gix-utils", features = ["bstr"] }
2525

2626
bstr = { version = "1.5.0", default-features = false }
27-
thiserror = "1.0.56"
27+
thiserror = "1.0.34"
2828

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

0 commit comments

Comments
 (0)