From 94abed95c2c025395e5db2241e4cfe1ec69121ac Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 29 May 2026 03:01:39 -0700 Subject: [PATCH] Allow building with newer version of cfg-if --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b27c94..bd4e2b6 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.0" [target.'cfg(target_os = "linux")'.dependencies] io-uring = "0.6.4"