Skip to content

Commit

Permalink
fix: update version registry to official one (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-benoit authored Sep 2, 2024
1 parent 04927eb commit bb17fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consts.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pub const REGISTRY_OFFICIAL: &str = "https://dl.deno.land/";
pub const REGISTRY_CN: &str = "https://dl.deno.js.cn/";
pub const REGISTRY_LIST_OFFICIAL: &str = "https://releases.deno.dev";
pub const REGISTRY_LIST_OFFICIAL: &str = "https://deno.com/versions.json";
pub const REGISTRY_LIST_CN: &str = "https://dl.deno.js.cn/versions.json";

pub const REGISTRY_LATEST_RELEASE_PATH: &str = "release-latest.txt";
Expand Down

0 comments on commit bb17fee

Please sign in to comment.