Use pkg-config 0.3.5
This commit is contained in:
parent
1daf64b0e2
commit
cc2d30db58
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue