diff --git a/crates/bin/src/args.rs b/crates/bin/src/args.rs index 845e734f..8fd1eba3 100644 --- a/crates/bin/src/args.rs +++ b/crates/bin/src/args.rs @@ -250,8 +250,8 @@ pub struct Args { /// Disable statistics collection on popular crates. /// /// Strategy quick-install (can be disabled via --disable-strategies) collects - /// statistics of popular crates by default, by sending the crate, version and - /// target to https://warehouse-clerk-tmp.vercel.app/api/crate + /// statistics of popular crates by default, by sending the crate, version, target + /// and status to https://cargo-quickinstall-stats-server.fly.dev/record-install #[clap(help_heading = "Options", long, env = "BINSTALL_DISABLE_TELEMETRY")] pub(crate) disable_telemetry: bool,