update toolchain and rust edition
[?]
Apr 24, 2025, 6:48 AM
Y6LXBCJBIJDHAQITICWI5HE7WBMWGPENWJDHEE2O44IEZXADAI2ACDependencies
- [2]
6YZAVBWUInitial commit - [3]
KLR5FRIBadd fs state read/write of repos - [4]
SWWE2R6Mdisplay basic repo stuff - [5]
KT5UYXGKfix selection after adding file, add changed file diffs - [6]
YBJRDOTCmake all repo actions async - [7]
IQDCHWCPload a pijul repo - [8]
3GZPRZXCs/-/_ in crate paths - [9]
ELG3UDT6allow to rm added files
Change contents
- replacement in rust-toolchain.toml at line 2
channel = "1.83.0"[3.2173]channel = "1.85.1" - replacement in justfile at line 11
nightly := "nightly-2024-11-14"nightly := "nightly-2025-04-24" - replacement in crates/libflowers_client/src/repo.rs at line 210
repo.path.iter().last().unwrap().to_string_lossy()repo.path.iter().next_back().unwrap().to_string_lossy() - replacement in crates/libflowers_client/src/repo.rs at line 433
panic!("Failed to track file with: {}", e);panic!("Failed to track file with: {e}"); - replacement in crates/flowers_ui/src/main.rs at line 43
panic!("invalid `{}` environment variable {}", LOG_ENV, err)panic!("invalid `{LOG_ENV}` environment variable {err}") - replacement in Cargo.toml at line 11
edition = "2021"edition = "2024"