Skip to content

Commit 942f79e

Browse files
authored
build(dep): rand 0.10 + MSRV 1.85 + Edition 2024 (#162)
Signed-off-by: tison <wander4096@gmail.com>
1 parent 7b101d7 commit 942f79e

9 files changed

Lines changed: 326 additions & 66 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
os: [ windows-latest, macos-latest, ubuntu-latest ]
40-
rust: [ "1.80.0", "stable", "nightly" ]
40+
rust: [ "1.85.0", "stable", "nightly" ]
4141
env:
4242
RUST_BACKTRACE: 1
4343
steps:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All significant changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
### Notable Changes
8+
9+
- Upgrade MSRV to 1.85 and Edition to 2024.
10+
711
## v0.7.17
812

913
### Breaking Changes

0 commit comments

Comments
 (0)