Skip to content

Commit c0de3b0

Browse files
committed
Migrate to edition 2024
1 parent e262773 commit c0de3b0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Core random number generator traits and tools for implementation.
1212
"""
1313
keywords = ["random", "rng"]
1414
categories = ["algorithms", "no-std"]
15-
edition = "2021"
15+
edition = "2024"
1616
rust-version = "1.85"
1717

1818
[package.metadata.docs.rs]

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)