Skip to content

Commit 9587972

Browse files
committed
fixup gix-testtools manifest to allow releasing all other crates.
This works around a shortcoming of `cargo smart-release` which will update crates in manifests even if they are not using a `path` field.
1 parent 8c492d7 commit 9587972

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/tools/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ gix-lock = "10"
1818
gix-discover = "0.26"
1919
gix-ignore = "0.8"
2020
gix-worktree = "0.26"
21-
gix-fs = { version = "^0.8.0" }
22-
gix-tempfile = { version = "^11.0.0", default-features = false, features = ["signals"] }
21+
gix-fs = { version = "0.9.0", path = "../../gix-fs" }
22+
gix-tempfile = { version = "12.0.0", default-features = false, features = ["signals"], path = "../../gix-tempfile" }
2323

2424
winnow = { version = "0.5.24", features = ["simd"] }
2525
fastrand = "2.0.0"

0 commit comments

Comments
 (0)