From 9e6e36417dd93cbf66d354b356846a3a16cd97eb Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 9 Jan 2020 23:12:01 -0500 Subject: [PATCH] Update to autocfg 1.0 --- openssl-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 402b61cac..4e738d57a 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -21,7 +21,7 @@ libc = "0.2" cc = "1.0" openssl-src = { version = "111.0.1", optional = true } pkg-config = "0.3.9" -autocfg = "0.1.2" +autocfg = "1.0" [target.'cfg(target_env = "msvc")'.build-dependencies] vcpkg = "0.2" -- GitLab