Use pkg-config 0.3.5

This commit is contained in:
Daniel Grunwald 2015-06-18 22:50:15 +02:00
parent 1daf64b0e2
commit cc2d30db58
2 changed files with 2 additions and 14 deletions

View File

@ -23,15 +23,9 @@ exclude = [
libc = "*"
[build-dependencies]
# pkg-config = "0.3"
pkg-config = "0.3.5"
regex = "0.1.8"
# TODO: depends on trunk pkg-config for now because we
# require 14c4b9, can revert this when alex bumps the
# crate release
[build-dependencies.pkg-config]
git = "https://github.com/alexcrichton/pkg-config-rs.git"
[features]
# This is examined by ./build.rs to determine which python version
# to try to bind to.

View File

@ -23,15 +23,9 @@ exclude = [
libc = "*"
[build-dependencies]
# pkg-config = "0.3"
pkg-config = "0.3.5"
regex = "0.1.8"
# TODO: depends on trunk pkg-config for now because we
# require 14c4b9, can revert this when alex bumps the
# crate release
[build-dependencies.pkg-config]
git = "https://github.com/alexcrichton/pkg-config-rs.git"
[features]
# This is examined by ./build.rs to determine which python version
# to try to bind to.