Skip to content

Commit 646ded1

Browse files
committed
Specify rust-version = "1.19" in Cargo.toml
The `libc-0.2` branch currently tests down to version 1.19. Document this in Cargo.toml to give an obvious point of reference when this changes.
1 parent 539e7e7 commit 646ded1

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
@@ -11,6 +11,7 @@ keywords = ["libc", "ffi", "bindings", "operating", "system"]
1111
categories = ["external-ffi-bindings", "no-std", "os"]
1212
build = "build.rs"
1313
exclude = ["/ci/*", "/.github/*", "/.cirrus.yml", "/triagebot.toml"]
14+
rust-version = "1.19"
1415
description = """
1516
Raw FFI bindings to platform libraries like libc.
1617
"""

0 commit comments

Comments
 (0)