From 48c852ced709da82cb3e4ce9320a8cb955f9d366 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sat, 7 Sep 2024 21:02:32 +0200 Subject: [PATCH] Update cfg-expr to 0.17 Signed-off-by: yubiuser --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ab6e9d..307ea1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ pkg-config = "0.3.25" toml = { version = "0.8", default-features = false, features = ["parse"] } version-compare = "0.2" heck = "0.5" -cfg-expr = { version = "0.16", features = ["targets"] } +cfg-expr = { version = "0.17", features = ["targets"] } [dev-dependencies] lazy_static = "1"