From 4c55e13f153ec6011aafb1ca6fa91025952bc5d0 Mon Sep 17 00:00:00 2001 From: Mark Hildebrand Date: Mon, 29 Jun 2026 08:41:39 -0700 Subject: [PATCH] Relax hard bound on `cfg-if`. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef55bda..7273ab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ chrono = { version = "0.4.38", optional = true } variant_count = { version = "1.1.0", optional = true } toml = "0.8.23" thread_local = "1.1.9" -cfg-if = "=1.0.0" +cfg-if = "1.0" [target.'cfg(target_os = "linux")'.dependencies] io-uring = "0.6.4"