Skip to content

Commit 4c8f9bd

Browse files
committed
Migrate to edition 2024
1 parent eb60c6d commit 4c8f9bd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
1010

1111
## [0.10.0 — Unreleased]
1212
### Changes
13-
- Bump the MSRV to 1.85 (#1653)
13+
- Use Edition 2024 and MSRV 1.85 (#1653)
1414
- Let `Fill` be implemented for element types, not sliceable types (#1652)
1515

1616
### Additions

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Random number generators and other randomness functionality.
1313
keywords = ["random", "rng"]
1414
categories = ["algorithms", "no-std"]
1515
autobenches = true
16-
edition = "2021"
16+
edition = "2024"
1717
rust-version = "1.85"
1818
include = ["src/", "LICENSE-*", "README.md", "CHANGELOG.md", "COPYRIGHT"]
1919

benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "benches"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55
publish = false
66

77
[features]

rand_pcg/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [0.10.0 — Unreleased]
88
### Changes
9-
- Bump the MSRV to 1.85 (#1653)
9+
- Use Edition 2024 and MSRV 1.85 (#1653)
1010

1111
## [0.9.0] - 2025-01-27
1212
### Dependencies and features

rand_pcg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Selected PCG random number generators
1212
"""
1313
keywords = ["random", "rng", "pcg"]
1414
categories = ["algorithms", "no-std"]
15-
edition = "2021"
15+
edition = "2024"
1616
rust-version = "1.85"
1717

1818
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)