Skip to content

Commit a40a4dd

Browse files
committed
Update deps
1 parent 60edde0 commit a40a4dd

2 files changed

Lines changed: 39 additions & 38 deletions

File tree

Cargo.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/watch.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ pub fn watch(
150150
app_state: &mut AppState,
151151
notify_exercise_names: Option<&'static [&'static [u8]]>,
152152
) -> Result<()> {
153+
// TODO: Use cfg_select! after bumping MSRV to at least 1.95
153154
#[cfg(not(windows))]
154155
{
155156
let stdin_fd = rustix::stdio::stdin();

0 commit comments

Comments
 (0)