Skip to content

Commit 9505fbd

Browse files
FunKiteclaude
andcommitted
Update CHANGELOG for latest dependency updates
Document the following updates merged from Dependabot PRs: - Rust toolchain 1.82.0 → 1.91.1 - lz4_flex 0.11.5 → 0.12.0 - cudarc 0.17.8 → 0.18.1 - clap 4.5.51 → 4.5.52 - Clippy lint fixes for Rust 1.91.1 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 6c2696d commit 9505fbd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Changed
11+
- Updated Rust toolchain from 1.82.0 to 1.91.1
12+
- Updated `lz4_flex` from 0.11.5 to 0.12.0
13+
- Updated `cudarc` from 0.17.8 to 0.18.1
14+
- Updated `clap` from 4.5.51 to 4.5.52
1115
- Updated `metal` from 0.29.0 to 0.32.0
1216
- Updated `glam` from 0.29.3 to 0.30.9
1317
- Updated `pollster` from 0.3.0 to 0.4.0
1418
- Updated `crossterm` from 0.28.1 to 0.29.0
15-
- Updated `clap` from 4.5.50 to 4.5.51
1619
- Updated `zerocopy` from 0.7.35 to 0.8.27
17-
- Updated `cudarc` from 0.12.1 to 0.17.7 (CUDA backend API changes)
1820

1921
### Fixed
22+
- Fixed clippy lint issues for Rust 1.91.1 (removed invalid `manual_is_multiple_of` lint, added `comparison_chain` allows)
2023
- Added advisory ignore for unmaintained `paste` crate (RUSTSEC-2024-0436) used by metal/wgpu dependencies
2124
- Fixed CUDA backend for cudarc 0.17.7 API changes (CudaDevice → CudaContext)
2225

0 commit comments

Comments
 (0)