@@ -7,37 +7,36 @@ codegen-units = 1
7
7
incremental = false
8
8
9
9
[workspace .dependencies ]
10
- anyhow = { version = " 1.0.66" }
11
- base64 = { version = " 0.21.5" }
12
- cosmos-sdk-proto = { version = " 0.20.0" , default-features = false }
13
- cosmwasm-schema = { version = " 1.5.0" }
14
- cosmwasm-std = { version = " 2.1.0" , features = [ " abort" , " cosmwasm_1_2" , " cosmwasm_1_3" , " cosmwasm_1_4" , " cosmwasm_2_0" , " iterator" , " stargate" ] }
15
- cw-multi-test = { version = " 2.1.0" }
16
- cw-storage-plus = { version = " 2.0.0" }
17
- cw2 = { version = " 2.0.0" }
18
- ethereum-types = { version = " 0.5.2" }
19
- hex = { version = " 0.4.3" , features = [ " serde" ] }
20
- injective-cosmwasm = { path = " ./packages/injective-cosmwasm" }
21
- injective-math = { path = " ./packages/injective-math" }
22
- injective-std = { version = " 1.16.0-beta.2" }
23
- injective-test-tube = { git = " https://github.com/InjectiveLabs/test-tube.git" , branch = " f/v1.16.0-beta.2" , package = " injective-test-tube" }
24
- injective-testing = { version = " 1.1.7" , path = " ./packages/injective-testing" }
25
- primitive-types = { version = " 0.12.2" , default-features = false }
26
- prost = { version = " 0.13.4" , features = [ " prost-derive" ] }
27
- rand = { version = " 0.4.6" }
28
- regex = { version = " 1.11.1" }
29
- schemars = { version = " 0.8.16" }
30
- secp256k1 = { version = " 0.30.0" , features = [ " rand" ] }
31
- serde = { version = " 1.0.196" , default-features = false , features = [ " derive" ] }
32
- serde-json-wasm = { version = " 1.0.0" }
33
- serde_json = { version = " 1.0.111" }
34
- serde_repr = { version = " 0.1.17" }
35
- serde_test = { version = " 1.0.176" }
36
- subtle-encoding = { version = " 0.5.1" , features = [ " bech32-preview" ] }
37
- test-tube-inj = { git = " https://github.com/InjectiveLabs/test-tube.git" ,branch = " f/v1.16.0-beta.2" ,package = " test-tube-inj" }
38
- thiserror = { version = " 1.0.56" }
39
- tiny-keccak = { version = " 1.2.1" }
40
-
10
+ anyhow = { version = " 1.0.66" }
11
+ base64 = { version = " 0.21.5" }
12
+ cosmos-sdk-proto = { version = " 0.20.0" , default-features = false }
13
+ cosmwasm-schema = { version = " 1.5.0" }
14
+ cosmwasm-std = { version = " 2.1.0" , features = [ " abort" , " cosmwasm_1_2" , " cosmwasm_1_3" , " cosmwasm_1_4" , " cosmwasm_2_0" , " iterator" , " stargate" ] }
15
+ cw-multi-test = { version = " 2.1.0" }
16
+ cw-storage-plus = { version = " 2.0.0" }
17
+ cw2 = { version = " 2.0.0" }
18
+ ethereum-types = { version = " 0.5.2" }
19
+ hex = { version = " 0.4.3" , features = [ " serde" ] }
20
+ injective-cosmwasm = { path = " ./packages/injective-cosmwasm" }
21
+ injective-math = { path = " ./packages/injective-math" }
22
+ injective-std = { version = " 1.16.0-beta.2" }
23
+ injective-test-tube = { version = " 1.16.0-beta.2" }
24
+ injective-testing = { version = " 1.1.7" , path = " ./packages/injective-testing" }
25
+ primitive-types = { version = " 0.12.2" , default-features = false }
26
+ prost = { version = " 0.13.4" , features = [ " prost-derive" ] }
27
+ rand = { version = " 0.4.6" }
28
+ regex = { version = " 1.11.1" }
29
+ schemars = { version = " 0.8.16" }
30
+ secp256k1 = { version = " 0.30.0" , features = [ " rand" ] }
31
+ serde = { version = " 1.0.196" , default-features = false , features = [ " derive" ] }
32
+ serde-json-wasm = { version = " 1.0.0" }
33
+ serde_json = { version = " 1.0.111" }
34
+ serde_repr = { version = " 0.1.17" }
35
+ serde_test = { version = " 1.0.176" }
36
+ subtle-encoding = { version = " 0.5.1" , features = [ " bech32-preview" ] }
37
+ test-tube-inj = { version = " 2.0.6" }
38
+ thiserror = { version = " 1.0.56" }
39
+ tiny-keccak = { version = " 1.2.1" }
41
40
42
41
[profile .release ]
43
42
codegen-units = 1
0 commit comments