File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments