Files
slippi-rust-extensions/rust-toolchain.toml
Nikhil Narayana 7ff0672fc4 refactor: update time and cpal && upgrade to 1.88 and edition 2024 (#21)
* chore: update time and cpal + cargo update

* update to 1.88 and 2024

* use unsafe as needed

* update cbindgen

* ignore error in ReportSendErrorKind

* explicit dead_code attributes and update doc string

* jukebox: keep existing offset locator behavior while abiding by rust 2024 return-position impl rules

* minor doc comment adjustment

---------

Co-authored-by: Ryan McGrath <ryan@rymc.io>
Co-authored-by: Daryl Pinto <daryl.j.pinto@gmail.com>
2025-07-19 16:10:57 -07:00

5 lines
89 B
TOML

[toolchain]
channel = "1.88.0"
components = ["rustfmt", "rustc-dev"]
profile = "minimal"