Skip to content

Commit

Permalink
Specify version in workspace Cargo.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeHartnell committed Jul 4, 2023
1 parent 92348ca commit 88a372d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ panic = 'abort'
rpath = false

[workspace.dependencies]
polytone = { path = "packages/polytone" }
polytone-proxy = { path = "contracts/main/proxy" }
polytone-note = { path = "contracts/main/note" }
polytone-voice = { path = "contracts/main/voice" }
polytone = { path = "packages/polytone", version = "1.0.0" }
polytone-proxy = { path = "contracts/main/proxy", version = "1.0.0" }
polytone-note = { path = "contracts/main/note", version = "1.0.0" }
polytone-voice = { path = "contracts/main/voice", version = "1.0.0" }

cosmwasm-schema = "1.2.1"
cosmwasm-std = { version = "1.2.4", features = ["ibc3"] }
Expand Down

0 comments on commit 88a372d

Please sign in to comment.