Skip to content

Commit

Permalink
Updated dependencies for rustls and updated one println to use format…
Browse files Browse the repository at this point in the history
… strings
  • Loading branch information
CKingX committed May 29, 2022
1 parent e6326fd commit 686bacf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
30 changes: 14 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fn main() {

let informer = update_informer::new(registry::Crates, name, version);
if let Ok(Some(version)) = informer.check_version() {
println!("New version is available: {}", version);
println!("New version is available: {version}");
}

match args.command {
Expand Down

0 comments on commit 686bacf

Please sign in to comment.