Skip to content

Commit fe7ff11

Browse files
committed
Remove sparse+ prefix for index.crates.io
1 parent afadab2 commit fe7ff11

File tree

1 file changed

+1
-1
lines changed
  • src/cargo/sources/registry

1 file changed

+1
-1
lines changed

src/cargo/sources/registry/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ use crate::util::{
188188

189189
const PACKAGE_SOURCE_LOCK: &str = ".cargo-ok";
190190
pub const CRATES_IO_INDEX: &str = "https://github.com/rust-lang/crates.io-index";
191-
pub const CRATES_IO_HTTP_INDEX: &str = "sparse+https://index.crates.io/";
191+
pub const CRATES_IO_HTTP_INDEX: &str = "https://index.crates.io/";
192192
pub const CRATES_IO_REGISTRY: &str = "crates-io";
193193
pub const CRATES_IO_DOMAIN: &str = "crates.io";
194194
const CRATE_TEMPLATE: &str = "{crate}";

0 commit comments

Comments
 (0)