From 81418208f9698b1c9fa2082604fad851415315f0 Mon Sep 17 00:00:00 2001 From: Leon Matthes Date: Wed, 26 Oct 2022 10:05:24 +0200 Subject: [PATCH] Bump pkg-config-rs dependency to 0.3.26 Fixes: https://github.com/rust-lang/pkg-config-rs/pull/134 Closes #304 --- crates/qt-build-utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/qt-build-utils/Cargo.toml b/crates/qt-build-utils/Cargo.toml index 841167e67..8d5ec01b1 100644 --- a/crates/qt-build-utils/Cargo.toml +++ b/crates/qt-build-utils/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/KDAB/cxx-qt/" [dependencies] versions = "4.1.0" -pkg-config = { git = "https://github.com/Be-ing/pkg-config-rs.git", branch = "library_pub" } +pkg-config = "0.3.26" regex = "1.6.0" lazy_static = "1.0" thiserror = "1.0"