Skip to content

Commit

Permalink
moved all packages and contracts dependencies to workspace level Carg…
Browse files Browse the repository at this point in the history
…o.toml
  • Loading branch information
DrunkRandomWalker committed Nov 7, 2023
1 parent a3cce4f commit a379f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ prost-types = {version = "0.11.1", default-features = false}
protobuf = { version = "2.28.0", features = ["with-bytes"] }
rand = { version = "0.4.6" }
schemars = { version = "0.8.8", features = [ "enumset" ] }
secp256k1 = { versio = "0.6.2" , features = ["rand"]}
secp256k1 = { versio = "0.6.2" }
serde = { version = "1.0.137", default-features = false, features = ["derive"] }
serde-cw-value = { version = "0.7.0" }
serde_json = { version = "1.0.96"}
Expand Down
3 changes: 1 addition & 2 deletions packages/injective-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ cw-multi-test = { workspace = true }
injective-cosmwasm = { workspace = true }
injective-math = { workspace = true }
rand = { workspace = true }
# secp256k1 = { workspace = true }
secp256k1 = { workspace = true }
serde = { workspace = true }
tiny-keccak = { workspace = true }
secp256k1 = "0.6.2"

0 comments on commit a379f43

Please sign in to comment.