Skip to content

Commit f6ec88f

Browse files
committed
Remove old features that are no longer used or were renamed
1 parent 4f277bb commit f6ec88f

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,6 @@ tame-index = ["dep:tame-index", "reqwest/blocking"]
6464
__mock_github = []
6565
__real_github = []
6666

67-
# smoelius: Old features that were renamed.
68-
cache-repositories = ["on-disk-cache"]
69-
lock-index = ["crates-index"]
70-
71-
# smoelius: Old feature that is no longer used.
72-
ei = []
73-
7467
[lints]
7568
workspace = true
7669

build.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ const TOKEN_PATH: &str = if cfg!(not(windows)) {
1010
fn main() {
1111
println!("cargo:rustc-cfg=__warnings");
1212

13-
#[cfg(all(feature = "cache-repositories", not(feature = "on-disk-cache")))]
14-
println!("cargo:warning=Feature `cache-repositories` has been renamed to `on-disk-cache`");
15-
1613
#[cfg(all(feature = "crates-index", feature = "tame-index"))]
1714
println!(
1815
"cargo:warning=Both `crates-index` and `tame-index` features are enabled; using \

0 commit comments

Comments
 (0)