Skip to content

Commit

Permalink
Set rust-version to 1.63
Browse files Browse the repository at this point in the history
With the change to MSRV in [1], update Cargo.toml `rust-version` to
match.

[1]: #4040
  • Loading branch information
tgross35 committed Nov 16, 2024
1 parent bea7771 commit 7ddddc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["libc", "ffi", "bindings", "operating", "system"]
categories = ["external-ffi-bindings", "no-std", "os"]
build = "build.rs"
exclude = ["/ci/*", "/.github/*", "/.cirrus.yml", "/triagebot.toml"]
rust-version = "1.19"
rust-version = "1.63"
description = """
Raw FFI bindings to platform libraries like libc.
"""
Expand Down

0 comments on commit 7ddddc5

Please sign in to comment.