Anki/cargo/format/rust-toolchain.toml
Jarrett Ye d52889f45c
Feat/simplified relearning steps logic with updated FSRS training API (#3867)
* Feat/simplified relearning steps logic with updated FSRS training API

* Update params.rs

* use ComputeParametersInput

* update fsrs-rs dependency

* update cargo/format/rust-toolchain
2025-03-20 14:04:38 +07:00

4 lines
88 B
TOML

[toolchain]
channel = "nightly-2025-03-20"
profile = "minimal"
components = ["rustfmt"]