Skip to content

Commit

Permalink
nits for Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 16, 2023
1 parent 3b25f5c commit accd67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/itf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ license.workspace = true
publish.workspace = true

[dependencies]
itf.workspace = true
rand.workspace = true
itf = { workspace = true }
rand = { workspace = true }
malachite-common = { version = "0.1.0", path = "../common" }
malachite-vote = { version = "0.1.0", path = "../vote" }
malachite-test = { version = "0.1.0", path = "../test" }
Expand Down

0 comments on commit accd67c

Please sign in to comment.