Skip to content

Commit

Permalink
feat: adapt version checker to new node binary renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
bochaco committed Dec 18, 2024
1 parent 88b599d commit d5f9545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bg_tasks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ async fn check_node_bin_version(

// Query crates.io to find out latest version available of the node
async fn latest_version_available() -> Option<String> {
let url = format!("https://crates.io/api/v1/crates/{}", "sn_node");
let url = format!("https://crates.io/api/v1/crates/{}", "antnode");
let client = reqwest::Client::new();
const MY_USER_AGENT: &str = "formicaio (https://github.com/bochaco/formicaio)";

Expand Down

0 comments on commit d5f9545

Please sign in to comment.