Skip to content

Commit 77e3cd9

Browse files
committed
bump MSRV to 1.40.0
1 parent 4246c5a commit 77e3cd9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
rust:
21-
- 1.30.0
21+
- 1.40.0
2222
- stable
2323
- beta
2424
- nightly

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ A library to run the pkg-config system tool at build time in order to be used in
1212
Cargo build scripts.
1313
"""
1414
keywords = ["build-dependencies"]
15+
rust-version = "1.40"
1516

1617
[dev-dependencies]
1718
lazy_static = "1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can use this crate directly to probe for specific libraries, or use
1313
[system-deps](https://github.com/gdesmott/system-deps) to declare all your
1414
`pkg-config` dependencies in `Cargo.toml`.
1515

16-
This library requires Rust 1.30+.
16+
This library requires Rust 1.40+.
1717

1818
# Example
1919

0 commit comments

Comments
 (0)