Skip to content

Commit 2ce1f0b

Browse files
authored
Bump MSRV to 1.63 (#542)
This follows the MSRV bump in `libc`: rust-lang/libc#4040
1 parent 1fc27b1 commit 2ce1f0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-22.04, windows-2022]
25-
toolchain: [nightly, beta, stable, "1.60"]
25+
toolchain: [nightly, beta, stable, "1.63"]
2626
# Only Test macOS on stable to reduce macOS CI jobs
2727
include:
2828
# aarch64-apple-darwin.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "getrandom"
33
version = "0.2.15" # Also update html_root_url in lib.rs when bumping this
44
edition = "2021"
5-
rust-version = "1.60" # Sync .clippy.toml, tests.yml, and README.md.
5+
rust-version = "1.63" # Sync tests.yml and README.md.
66
authors = ["The Rand Project Developers"]
77
license = "MIT OR Apache-2.0"
88
description = "A small cross-platform library for retrieving random data from system source"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ RUSTFLAGS="-Zsanitizer=memory --cfg getrandom_sanitize" \
267267

268268
## Minimum Supported Rust Version
269269

270-
This crate requires Rust 1.60.0 or later.
270+
This crate requires Rust 1.63 or later.
271271

272272
## License
273273

0 commit comments

Comments
 (0)