Skip to content

Commit aaa118c

Browse files
committed
chore: Bump MSRV to 1.64
1 parent 0f9f8c9 commit aaa118c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: Verify build
3131
strategy:
3232
matrix:
33-
toolchain: [stable, nightly, 1.63.0]
33+
toolchain: [stable, nightly, 1.64.0]
3434
os: [ubuntu-24.04, macos-14, windows-2022]
3535
include:
3636
- toolchain: beta

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["libc", "ffi", "bindings", "operating", "system"]
1212
categories = ["external-ffi-bindings", "no-std", "os"]
1313
build = "build.rs"
1414
exclude = ["/ci/*", "/.github/*", "/.cirrus.yml", "/triagebot.toml"]
15-
rust-version = "1.63"
15+
rust-version = "1.64"
1616
description = "Raw FFI bindings to platform libraries like libc."
1717

1818
[package.metadata.docs.rs]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ libc = "0.2"
5151

5252
## Rust version support
5353

54-
The minimum supported Rust toolchain version is currently **Rust 1.63**.
54+
The minimum supported Rust toolchain version is currently **Rust 1.64**.
5555

5656
Increases to the MSRV are allowed to change without a major (i.e. semver-
5757
breaking) release in order to avoid a ripple effect in the ecosystem. A policy

0 commit comments

Comments
 (0)