Skip to content

Commit

Permalink
Changed contract dependency to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski committed Oct 19, 2023
1 parent fce0d8f commit 61e81bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ version.workspace = true
[dependencies]
cw-orch = { version="0.16.4", features=["daemon"] }

polytone-note = { version = "1.0.0", path = "../../contracts/main/note" }
polytone-proxy = { version = "1.0.0", path = "../../contracts/main/proxy" }
polytone-voice = { version = "1.0.0", path = "../../contracts/main/voice" }
polytone-note = { workspace = true }
polytone-proxy = { workspace = true }
polytone-voice = { workspace = true }

[dev-dependencies]
anyhow.workspace = true

0 comments on commit 61e81bf

Please sign in to comment.