Skip to content

Commit

Permalink
bumped version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DrunkRandomWalker committed Oct 26, 2023
1 parent 1da69d9 commit 57ee5f5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 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 @@ -19,7 +19,7 @@ cosmwasm-std = { version = "1.4.1" }
cw-storage-plus = { version = "0.15.0" }
ethereum-types = "0.5.2"
hex = { version = "0.4.3", features = [ "serde" ] }
injective-math = { path = "../injective-math", version = "0.1.4" }
injective-math = { path = "../injective-math", version = "0.2.0" }
schemars = "0.8.8"
serde = { version = "1.0.136", default-features = false, features = [ "derive" ] }
serde_repr = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/injective-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "injective-math"
readme = "README.md"
repository = "https://github.com/InjectiveLabs/cw-injective/tree/master/packages/injective-math"
version = "0.1.24"
version = "0.2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 0 additions & 1 deletion packages/injective-math/src/fp_decimal/arithmetic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ impl FPDecimal {

FPDecimal {
num: U256::try_from(num).unwrap(),
//num: num.into(),
sign: 1 ^ x.sign ^ y.sign,
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/injective-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ base64 = "0.13.1"
cosmwasm-std = { version = "1.4.1", features = [ "abort", "iterator" ] }
cw-multi-test = "0.16.2"
injective-cosmwasm = { version = "0.2.0", path = "../injective-cosmwasm" }
injective-math = { version = "0.1.17", path = "../injective-math" }
injective-math = { version = "0.2.0", path = "../injective-math" }
rand = "0.4.6"
secp256k1 = "0.6.2"
serde = { version = "1.0.103", default-features = false, features = [ "derive" ] }
Expand Down

0 comments on commit 57ee5f5

Please sign in to comment.