Skip to content

Commit 25d9ac0

Browse files
committed
Document MSRV in Cargo.toml
While support for this was added in a much later cargo release, unknown keys are simply ignored in older versions.
1 parent a305d77 commit 25d9ac0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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.30"
1516

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

0 commit comments

Comments
 (0)