Skip to content

Commit

Permalink
remove wildcard deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hwchen committed Nov 11, 2021
1 parent d364149 commit 3fce1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ winapi = { version = "0.3", features = ["wincred", "minwindef"] }
clap = "2.33"
rpassword = "5.0"
rand = "0.8.4"
serial_test = "*"
serial_test = "0.5.1"

[target.'cfg(target_os = "macos")'.dev-dependencies]
tempfile = "3.1.0"

0 comments on commit 3fce1fc

Please sign in to comment.