Skip to content

Commit ad32fa8

Browse files
committed
Revert "Add workaround to unblock cargo-semver-checks's --all-features"
1 parent 9e18832 commit ad32fa8

File tree

4 files changed

+1
-50
lines changed

4 files changed

+1
-50
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ filetime.workspace = true
172172
flate2.workspace = true
173173
git2.workspace = true
174174
git2-curl.workspace = true
175+
gix.workspace = true
175176
glob.workspace = true
176177
hex.workspace = true
177178
hmac.workspace = true
@@ -220,11 +221,6 @@ unicode-xid.workspace = true
220221
url.workspace = true
221222
walkdir.workspace = true
222223

223-
[target.'cfg(not(any(gix_http_transport = "curl", gix_http_transport = "reqwest")))'.dependencies]
224-
gix.workspace = true
225-
[target.'cfg(any(gix_http_transport = "curl", gix_http_transport = "reqwest"))'.dependencies]
226-
gix-http-transport-override = { version = "0", path = "crates/gix-http-transport-override" }
227-
228224
[target.'cfg(target_has_atomic = "64")'.dependencies]
229225
tracing-chrome.workspace = true
230226

crates/gix-http-transport-override/Cargo.toml

Lines changed: 0 additions & 36 deletions
This file was deleted.

crates/gix-http-transport-override/src/lib.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)