Skip to content

Commit

Permalink
Merge pull request #4041 from tgross35/rust-version
Browse files Browse the repository at this point in the history
[0.2] Specify `rust-version = "1.19"` in Cargo.toml
  • Loading branch information
tgross35 authored Nov 16, 2024
2 parents 539e7e7 + 646ded1 commit 4afdaf5
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 4afdaf5

Please sign in to comment.