Skip to content

Commit

Permalink
Fixed REMOTE_CARGO_TOML_URL const url
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-e authored Sep 20, 2024
1 parent 00ab57e commit 7301156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version_check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use semver::Version;
use std::error::Error;

/// URL to the remote Cargo.toml file to check for the latest version
const REMOTE_CARGO_TOML_URL: &str = "https://raw.githubusercontent.com/louis-e/arnis/experimental-rust-dev/Cargo.toml";
const REMOTE_CARGO_TOML_URL: &str = "https://raw.githubusercontent.com/louis-e/arnis/main/Cargo.toml";

/// Fetches the latest version from the remote Cargo.toml file and compares it with the local version.
/// If a newer version is available, prints a message.
Expand Down

0 comments on commit 7301156

Please sign in to comment.