We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afadab2 commit fe7ff11Copy full SHA for fe7ff11
src/cargo/sources/registry/mod.rs
@@ -188,7 +188,7 @@ use crate::util::{
188
189
const PACKAGE_SOURCE_LOCK: &str = ".cargo-ok";
190
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/";
+pub const CRATES_IO_HTTP_INDEX: &str = "https://index.crates.io/";
192
pub const CRATES_IO_REGISTRY: &str = "crates-io";
193
pub const CRATES_IO_DOMAIN: &str = "crates.io";
194
const CRATE_TEMPLATE: &str = "{crate}";
0 commit comments