Skip to content

Commit 07d6edf

Browse files
committed
Increase MSRV to 1.38 so we can use safer pointer casts.
1 parent cf65e83 commit 07d6edf

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.clippy.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.36"
1+
msrv = "1.38"

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
os: [ubuntu-22.04, windows-2022]
47-
toolchain: [nightly, beta, stable, 1.36]
47+
toolchain: [nightly, beta, stable, 1.38]
4848
# Only Test macOS on stable to reduce macOS CI jobs
4949
include:
5050
# x86_64-apple-darwin.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
9+
### Breaking Changes
10+
- Update MSRV to 1.38 [#425]
11+
12+
[#425]: https://github.com/rust-random/getrandom/pull/425
13+
714
## [0.2.15] - 2024-05-06
815
### Added
916
- Apple visionOS support [#410]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ crate features, WASM support and Custom RNGs see the
5252

5353
## Minimum Supported Rust Version
5454

55-
This crate requires Rust 1.36.0 or later.
55+
This crate requires Rust 1.38.0 or later.
5656

5757
## Platform Support
5858

0 commit comments

Comments
 (0)