From c7169cb20f9f07720b4e64a7f0c1111c02e87954 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 18 Jun 2024 15:38:56 +0200 Subject: [PATCH] bump minimal pkg-config version to 0.3.25 That's the version which introduced Library.ld_args that we are now using. Fix #94 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 74382b2..36d733a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ documentation = "https://docs.rs/system-deps/" readme = "README.md" [dependencies] -pkg-config = "0.3.23" +pkg-config = "0.3.25" toml = { version = "0.8", default-features = false, features = ["parse"] } version-compare = "0.2" heck = "0.5"