Skip to content

Commit 570a64e

Browse files
committed
fix: update dipa-derive-test deps to renamed packages
1 parent a1bc357 commit 570a64e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/dipa-derive-test/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
publish = []
77

88
[dependencies]
9-
dipa = {path = "../../", features = ["impl-tester"]}
10-
dipa-derive = {path = "../dipa-derive"}
9+
cumulo-dipa = {path = "../../", features = ["impl-tester"], package = "cumulo-dipa"}
10+
dipa-derive = {path = "../dipa-derive", package = "cumulo-dipa-derive"}
1111
trybuild = "1.0"
1212
serde = {version = "1", features = ["derive"]}

0 commit comments

Comments
 (0)