mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
build: bump MSRV to 1.76.0 (#5586)
This commit is contained in:
@ -25,8 +25,11 @@ async fn main() -> DrainerResult<()> {
|
||||
stores.insert(tenant_name.clone(), store);
|
||||
}
|
||||
|
||||
#[allow(clippy::print_stdout)] // The logger has not yet been initialized
|
||||
#[cfg(feature = "vergen")]
|
||||
println!("Starting drainer (Version: {})", router_env::git_tag!());
|
||||
{
|
||||
println!("Starting drainer (Version: {})", router_env::git_tag!());
|
||||
}
|
||||
|
||||
let _guard = router_env::setup(
|
||||
&conf.log,
|
||||
|
||||
Reference in New Issue
Block a user