Skip to content

Commit e48cda3

Browse files
committed
feat: bump version
1 parent cf78fe6 commit e48cda3

File tree

80 files changed

+43
-20108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+43
-20108
lines changed

Cargo.lock

Lines changed: 28 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ ethereum-types = { version = "0.5.2" }
2222
hex = { version = "0.4.3", features = [ "serde" ] }
2323
injective-cosmwasm = { version = "0.3.0", path = "./packages/injective-cosmwasm" }
2424
injective-math = { version = "0.3.0", path = "./packages/injective-math" }
25-
injective-std = { version = "1.14.0-rc1", path = "./packages/injective-std" }
26-
injective-std-derive = { version = "1.13.4", path = "./packages/injective-std-derive" }
27-
injective-test-tube = { version = "1.14.0-rc1" }
25+
injective-std = { version = "1.15.0-beta"}
26+
injective-std-derive = { version = "1.13.4"}
27+
injective-test-tube = { version = "1.15.0-beta" }
2828
injective-testing = { version = "1.1.4", path = "./packages/injective-testing" }
2929
itertools = { version = "0.10.3" }
3030
primitive-types = { version = "0.12.2", default-features = false }
@@ -47,7 +47,7 @@ syn = { version = "1.0.98" }
4747
test-tube-inj = { version = "2.0.4" }
4848
thiserror = { version = "1.0.56" }
4949
tiny-keccak = { version = "1.2.1" }
50-
trybuild = { version = "1.0.63", features = [ "diff" ] }
50+
5151

5252
[profile.release]
5353
codegen-units = 1
@@ -64,5 +64,4 @@ rpath = false
6464
# injective-cosmwasm = { path = "./packages/injective-cosmwasm" }
6565
# injective-math = { path = "./packages/injective-math" }
6666
# injective-protobuf = { path = "./packages/injective-protobuf" }
67-
# injective-std = { path = "./packages/injective-std" }
6867
# injective-testing = { path = "./packages/injective-testing" }

contracts/atomic-order-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cw-utils = { workspace = true }
3434
cw2 = { workspace = true }
3535
injective-cosmwasm = { path = "../../packages/injective-cosmwasm" }
3636
injective-math = { path = "../../packages/injective-math" }
37-
injective-std = { path = "../../packages/injective-std" }
37+
injective-std = { workspace = true }
3838
prost = { workspace = true }
3939
schemars = { workspace = true }
4040
serde = { workspace = true }

contracts/dummy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cosmwasm-std = { workspace = true }
3131
cw-storage-plus = { workspace = true }
3232
cw2 = { workspace = true }
3333
injective-cosmwasm = { path = "../../packages/injective-cosmwasm" }
34-
injective-std = { path = "../../packages/injective-std" }
34+
injective-std = { workspace = true }
3535
schemars = { workspace = true }
3636
serde = { workspace = true }
3737
thiserror = { workspace = true }

contracts/injective-cosmwasm-mock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cw-storage-plus = { workspace = true }
2828
cw2 = { workspace = true }
2929
injective-cosmwasm = { path = "../../packages/injective-cosmwasm" }
3030
injective-math = { path = "../../packages/injective-math" }
31-
injective-std = { path = "../../packages/injective-std" }
31+
injective-std = { workspace = true }
3232
prost = { workspace = true }
3333
schemars = { workspace = true }
3434
serde = { workspace = true }

contracts/injective-cosmwasm-stargate-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cw-storage-plus = { workspace = true }
2929
cw2 = { workspace = true }
3030
injective-cosmwasm = { path = "../../packages/injective-cosmwasm" }
3131
injective-math = { path = "../../packages/injective-math" }
32-
injective-std = { path = "../../packages/injective-std" }
32+
injective-std = { workspace = true }
3333
prost = { workspace = true }
3434
schemars = { workspace = true }
3535
serde = { workspace = true }

packages/injective-cosmwasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
name = "injective-cosmwasm"
77
readme = "README.md"
88
repository = "https://github.com/InjectiveLabs/cw-injective/tree/dev/packages/injective-cosmwasm"
9-
version = "0.3.1"
9+
version = "0.3.2"
1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

1212
[dependencies]

packages/injective-std-derive/Cargo.toml

Lines changed: 0 additions & 25 deletions
This file was deleted.

packages/injective-std-derive/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)