Skip to content

Commit

Permalink
Specify rust-version = "1.19" in Cargo.toml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tgross35 committed Nov 15, 2024
1 parent 539e7e7 commit 646ded1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +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"
description = """
Raw FFI bindings to platform libraries like libc.
"""
Expand Down

0 comments on commit 646ded1

Please sign in to comment.