Skip to content

Commit

Permalink
lints: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XOR-op committed Feb 22, 2025
1 parent bdc88a8 commit cff2449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boltconn/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use mimalloc::MiMalloc;
#[global_allocator]
static GLOBAL: MiMalloc = MiMalloc;

const GIT_VERSION: &'static str = git_version::git_version!(fallback = "UNKNOWN-GIT-VER");
const GIT_VERSION: &str = git_version::git_version!(fallback = "UNKNOWN-GIT-VER");
const fn get_version() -> &'static str {
const_format::concatcp!(env!("CARGO_PKG_VERSION"), " (", GIT_VERSION, ")")
}
Expand Down

0 comments on commit cff2449

Please sign in to comment.