diff options
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6055523c0..b70826d72 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -43,6 +43,7 @@ indexmap = "1.3.0" lazy_static = "1.4.0" libc = "0.2.66" log = "0.4.8" +notify = { version = "5.0.0-pre.2" } rand = "0.7.2" regex = "1.3.1" remove_dir_all = "0.5.2" @@ -53,7 +54,7 @@ serde = { version = "1.0.104", features = ["derive"] } serde_derive = "1.0.104" serde_json = { version = "1.0.44", features = [ "preserve_order" ] } source-map-mappings = "0.5.0" -sys-info = "0.5.8" +sys-info = "=0.5.8" # 0.5.9 seems to be broken on windows. tempfile = "3.1.0" termcolor = "1.0.5" tokio = { version = "0.2", features = ["rt-core", "tcp", "udp", "process", "fs", "blocking", "sync", "io-std", "macros", "time"] } |