mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-06 03:59:14 +00:00
chore(deps): update s3s and Rust MSRV (#6990)
* chore(deps): update s3s and Rust MSRV * fix: silence startup IAM test hook warning
This commit is contained in:
@@ -321,6 +321,7 @@ fn initial_retry_interval() -> Duration {
|
||||
}
|
||||
|
||||
// Sentinel marks "not yet initialized"; env var is read on first call.
|
||||
#[cfg(debug_assertions)]
|
||||
static TEST_REMAINING_FAILURES: std::sync::atomic::AtomicU64 = std::sync::atomic::AtomicU64::new(u64::MAX);
|
||||
|
||||
fn should_fail_test_init_attempt() -> bool {
|
||||
|
||||
Reference in New Issue
Block a user