Update deps

This commit is contained in:
mo8it
2026-05-11 12:09:01 +02:00
parent 60edde0f59
commit a40a4dd43b
2 changed files with 39 additions and 38 deletions
+1
View File
@@ -150,6 +150,7 @@ pub fn watch(
app_state: &mut AppState,
notify_exercise_names: Option<&'static [&'static [u8]]>,
) -> Result<()> {
// TODO: Use cfg_select! after bumping MSRV to at least 1.95
#[cfg(not(windows))]
{
let stdin_fd = rustix::stdio::stdin();