Commit 1e440fe 1 parent 30407ce commit 1e440fe Copy full SHA for 1e440fe
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,22 +12,22 @@ edition = "2018"
12
12
13
13
[dependencies ]
14
14
atty = " 0.2"
15
- color-eyre = " 0.6.1 "
16
- eyre = " 0.6.7 "
15
+ color-eyre = " 0.6"
16
+ eyre = " 0.6"
17
17
home = " 0.5"
18
- lazy_static = " 1.0"
19
- libc = " 0.2.104"
18
+ lazy_static = " 1"
20
19
rustc_version = " 0.4"
21
20
toml = " 0.5"
22
21
which = { version = " 4" , default_features = false }
23
- shell-escape = " 0.1.4 "
24
- serde_json = " 1.0.48 "
22
+ shell-escape = " 0.1"
23
+ serde_json = " 1"
25
24
26
25
[target .'cfg(not(windows))' .dependencies ]
27
26
nix = " 0.23"
27
+ libc = " 0.2.104"
28
28
29
29
[target .'cfg(windows)' .dependencies ]
30
- winapi = { version = " 0.3.7 " , features = [" winbase" ] }
30
+ winapi = { version = " 0.3" , features = [" winbase" ] }
31
31
32
32
[profile .release ]
33
33
lto = true
You can’t perform that action at this time.
0 commit comments