Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ tame-index = ["dep:tame-index", "reqwest/blocking"]
__mock_github = []
__real_github = []

# smoelius: Old features that were renamed.
cache-repositories = ["on-disk-cache"]
lock-index = ["crates-index"]

# smoelius: Old feature that is no longer used.
ei = []

[lints]
workspace = true

Expand Down
3 changes: 0 additions & 3 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ const TOKEN_PATH: &str = if cfg!(not(windows)) {
fn main() {
println!("cargo:rustc-cfg=__warnings");

#[cfg(all(feature = "cache-repositories", not(feature = "on-disk-cache")))]
println!("cargo:warning=Feature `cache-repositories` has been renamed to `on-disk-cache`");

#[cfg(all(feature = "crates-index", feature = "tame-index"))]
println!(
"cargo:warning=Both `crates-index` and `tame-index` features are enabled; using \
Expand Down
Loading