Skip to content

Commit

Permalink
Merge pull request #160 from blacknon/0.3.16
Browse files Browse the repository at this point in the history
update. bugfix windows build.
  • Loading branch information
blacknon authored Nov 9, 2024
2 parents 869769c + 2fc852a commit 0ff75c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,15 @@ extern crate regex;
extern crate serde;
extern crate shell_words;
extern crate similar;
extern crate termios;
extern crate termwiz;
extern crate tokio;
extern crate nix;
extern crate ratatui as tui;
extern crate unicode_width;
extern crate unicode_segmentation;

#[cfg(any(target_os = "linux", target_os = "macos"))]
extern crate termios;

// macro crate
#[macro_use]
Expand Down

0 comments on commit 0ff75c3

Please sign in to comment.