Skip to content

Commit 4afdaf5

Browse files
authored
Merge pull request #4041 from tgross35/rust-version
[0.2] Specify `rust-version = "1.19"` in Cargo.toml
2 parents 539e7e7 + 646ded1 commit 4afdaf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
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)