Skip to content

Commit 5959511

Browse files
committed
Require rust >= 1.56 so we can use rust-version
1 parent a49b077 commit 5959511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = ["/ci/*", "/.github/*", "/.cirrus.yml", "/triagebot.toml"]
1414
description = """
1515
Raw FFI bindings to platform libraries like libc.
1616
"""
17-
rust-version = "1.51"
17+
rust-version = "1.56"
1818

1919
[package.metadata.docs.rs]
2020
features = ["const-extern-fn", "extra_traits"]

0 commit comments

Comments
 (0)