Commit Graph

5 Commits

Author SHA1 Message Date
Graham King 7a5a0bd6cd
chore: Upgrade Rust to 1.90 (#3147)
Signed-off-by: Graham King <grahamk@nvidia.com>
2025-09-19 18:54:29 -04:00
Graham King bce7458842
chore: Rust to 1.89 and edition 2024 (#2659) 2025-08-22 16:17:15 -07:00
Graham King a4c49fe577
chore: Upgrade Rust to 1.87 (#1189) 2025-05-23 20:00:27 +00:00
Graham King e99aa1e1e4 chore: Upgrade Rust to 1.86 (#518)
Also upgrade the cargo resolver to v3, the default.

New clippy lints:
- `next_back()` instead of `last()` for a double-ended iterator. That avoids walking the whole list.
- ` repeat_n` instead of `repeat.take`. That avoids cloning.
- Doc indenting
2025-04-04 16:02:42 +00:00
Anant Sharma 3d2928510c build: add top level rust workspace (#137) 2025-03-13 17:22:19 -04:00