Update to autocfg 1.0

This commit is contained in:
Alex Gaynor 2020-01-09 23:12:01 -05:00 committed by GitHub
parent dfd9dfb289
commit 9e6e36417d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ libc = "0.2"
cc = "1.0" cc = "1.0"
openssl-src = { version = "111.0.1", optional = true } openssl-src = { version = "111.0.1", optional = true }
pkg-config = "0.3.9" pkg-config = "0.3.9"
autocfg = "0.1.2" autocfg = "1.0"
[target.'cfg(target_env = "msvc")'.build-dependencies] [target.'cfg(target_env = "msvc")'.build-dependencies]
vcpkg = "0.2" vcpkg = "0.2"