We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a4ac1 commit 8f21928Copy full SHA for 8f21928
Cargo.toml
@@ -3,7 +3,7 @@
3
name = "pkg-config"
4
version = "0.3.24"
5
authors = ["Alex Crichton <alex@alexcrichton.com>"]
6
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
7
repository = "https://github.com/rust-lang/pkg-config-rs"
8
documentation = "https://docs.rs/pkg-config"
9
readme = "README.md"
@@ -13,8 +13,5 @@ Cargo build scripts.
13
"""
14
keywords = ["build-dependencies"]
15
16
-[badges]
17
-travis-ci = { repository = "rust-lang/pkg-config-rs" }
18
-
19
[dev-dependencies]
20
lazy_static = "1"
0 commit comments