Skip to content

Commit

Permalink
Move assert_cmd into dev dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
koxu1996 committed Feb 8, 2024
1 parent d6a9135 commit fd4476e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kairos-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
assert_cmd = "2.0.13"
casper-types = { version = "4.0.1", features = ["std"] } # TODO: Change `std` -> `std-fs-io` in the future version.
clap = "4.4.18"
hex = "0.4.3"
thiserror = "1.0.56"

[dev-dependencies]
assert_cmd = "2.0.13"

0 comments on commit fd4476e

Please sign in to comment.