Skip to content

Commit 7ddddc5

Browse files
committed
Set rust-version to 1.63
With the change to MSRV in [1], update Cargo.toml `rust-version` to match. [1]: #4040
1 parent bea7771 commit 7ddddc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +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"
14+
rust-version = "1.63"
1515
description = """
1616
Raw FFI bindings to platform libraries like libc.
1717
"""

0 commit comments

Comments
 (0)