Skip to content

Commit

Permalink
Move dependencies which are not used in release binary to dev-depende…
Browse files Browse the repository at this point in the history
…ncies
  • Loading branch information
wang-jianliang committed Nov 8, 2023
1 parent 61e0378 commit 87f6d93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ malachite-bigint = { version = "=0.1.0" }
malachite-q = "=0.3.2"
malachite-base = "=0.3.2"
rustpython = "0.3.0"
test-log = "0.2.13"
colored = "2.0.4"
assert_cmd = "2.0.12"
predicates = "3.0.4"

[dependencies.async-std]
version = "1.6"
features = ["attributes"]

[dev-dependencies]
assert_fs = "1.0.13"
assert_cmd = "2.0.12"
predicates = "3.0.4"
test-log = "0.2.13"

0 comments on commit 87f6d93

Please sign in to comment.