Skip to content

Commit

Permalink
fix: use defined package for injective-math
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrobot committed Aug 1, 2024
1 parent 8fc4795 commit 7e4c4e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/injective-cosmwasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cosmwasm-std = { version = "2.1.0", features = [ "abort", "cosmwasm_1_2", "co
cw-storage-plus = { version = "2.0.0" }
ethereum-types = { version = "0.5.2" }
hex = { version = "0.4.3", features = [ "serde" ] }
injective-math = { version = "0.2.4", path = "../injective-math" }
injective-math = { version = "0.2.4" }
schemars = "0.8.16"
serde = { version = "1.0.193", default-features = false, features = [ "derive" ] }
serde_repr = "0.1.17"
Expand Down

0 comments on commit 7e4c4e7

Please sign in to comment.