]> git.proxmox.com Git - rustc.git/blobdiff - vendor/pkg-config/Cargo.toml
New upstream version 1.47.0~beta.2+dfsg1
[rustc.git] / vendor / pkg-config / Cargo.toml
index 78de2ff4826b0f8e1507b407834cb7eb9ea71d3e..6710393f545d863ef1080967ef9a900d01075cc9 100644 (file)
@@ -3,7 +3,7 @@
 # When uploading crates to the registry Cargo will automatically
 # "normalize" Cargo.toml files for maximal compatibility
 # with all versions of Cargo and also rewrite `path` dependencies
-# to registry (e.g. crates.io) dependencies
+# to registry (e.g., crates.io) dependencies
 #
 # If you believe there's an error in this file please file an
 # issue against the rust-lang/cargo repository. If you're
 
 [package]
 name = "pkg-config"
-version = "0.3.14"
+version = "0.3.18"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 description = "A library to run the pkg-config system tool at build time in order to be used in\nCargo build scripts.\n"
 documentation = "https://docs.rs/pkg-config"
 keywords = ["build-dependencies"]
 license = "MIT/Apache-2.0"
-repository = "https://github.com/alexcrichton/pkg-config-rs"
+repository = "https://github.com/rust-lang/pkg-config-rs"
 [dev-dependencies.lazy_static]
 version = "1"
 [badges.travis-ci]
-repository = "alexcrichton/pkg-config-rs"
+repository = "rust-lang/pkg-config-rs"