diff --git a/Code/itf/Cargo.toml b/Code/itf/Cargo.toml index ad19c12f6..246054fee 100644 --- a/Code/itf/Cargo.toml +++ b/Code/itf/Cargo.toml @@ -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" }