Skip to content

Commit 8a81a51

Browse files
authored
feat: clean up rust workspace (#5221)
2 parents b9873ed + 82e6d0b commit 8a81a51

File tree

68 files changed

+688
-2548
lines changed

Some content is hidden

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

68 files changed

+688
-2548
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 155 additions & 184 deletions
Large diffs are not rendered by default.

cosmwasm/access-managed/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ depolama = { workspace = true, features = ["iterator"] }
2222
embed-commit = { workspace = true }
2323
frissitheto = { workspace = true }
2424
serde = { workspace = true, features = ["derive"] }
25-
serde-json-wasm = "1.0.0"
25+
serde-json-wasm = { workspace = true }
2626
serde-utils = { workspace = true }
2727
sha2 = { workspace = true }
28-
strum = { version = "0.27.2", features = ["derive"] }
28+
strum = { workspace = true, features = ["derive"] }
2929
thiserror = { workspace = true }
3030
unionlabs-encoding = { workspace = true, features = ["bincode"] }
3131
unionlabs-primitives = { workspace = true, features = ["bincode", "serde", "generic-array-compat"] }

cosmwasm/access-manager/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ depolama = { workspace = true, features = ["iterator"] }
2222
embed-commit = { workspace = true }
2323
frissitheto = { workspace = true }
2424
serde = { workspace = true, features = ["derive"] }
25-
serde-json-wasm = "1.0.0"
25+
serde-json-wasm = { workspace = true }
2626
serde-utils = { workspace = true }
2727
sha2 = { workspace = true }
28-
strum = { version = "0.27.2", features = ["derive"] }
28+
strum = { workspace = true, features = ["derive"] }
2929
thiserror = { workspace = true }
3030
unionlabs-encoding = { workspace = true, features = ["bincode"] }
3131
unionlabs-primitives = { workspace = true, features = ["bincode", "serde", "generic-array-compat"] }

cosmwasm/cw-escrow-vault/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ workspace = true
1818
bincode = { workspace = true }
1919
cosmwasm-schema = { workspace = true }
2020
cosmwasm-std = { workspace = true, features = ["cosmwasm_1_3"] }
21-
cw20 = "2.0.0"
21+
cw20 = { workspace = true }
2222
depolama = { workspace = true, features = ["iterator"] }
2323
embed-commit = { workspace = true }
2424
frissitheto = { workspace = true }

cosmwasm/cw-unionversal-token/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bincode = { workspace = true }
1919
cosmwasm-schema = { workspace = true }
2020
cosmwasm-std = { workspace = true, features = ["cosmwasm_1_3", "iterator"] }
2121
cw-storage-plus = { workspace = true }
22-
cw20 = "2.0.0"
22+
cw20 = { workspace = true }
2323
cw20-base = { workspace = true, features = ["library"] }
2424
cw20-ctx = { workspace = true }
2525
cw20-wrapped-tokenfactory = { workspace = true, features = ["library"] }

cosmwasm/cw20-base/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cosmwasm-schema = { workspace = true }
2121
cosmwasm-std = { workspace = true }
2222
cw-storage-plus = { workspace = true }
2323
cw2 = "2.0.0"
24-
cw20 = "2.0.0"
24+
cw20 = {workspace = true}
2525
cw20-ctx = { workspace = true }
2626
embed-commit = { workspace = true }
2727
frissitheto = { workspace = true }
@@ -32,4 +32,4 @@ thiserror = { workspace = true }
3232

3333
[dev-dependencies]
3434
cw-multi-test = "2.4.0"
35-
cw-utils = "2.0.0"
35+
cw-utils = {workspace = true}

cosmwasm/cw20-token-minter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ alloy-sol-types = { workspace = true }
2020
cosmwasm-schema = { workspace = true }
2121
cosmwasm-std = { workspace = true, features = ["cosmwasm_1_3"] }
2222
cw-storage-plus = { workspace = true }
23-
cw20 = { version = "2.0" }
23+
cw20 = { workspace = true }
2424
cw20-base = { workspace = true }
2525
embed-commit = { workspace = true }
2626
frissitheto = { workspace = true }

cosmwasm/cw20-wrapped-tokenfactory/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ library = []
2222
cosmwasm-schema = { workspace = true }
2323
cosmwasm-std = { workspace = true, features = ["iterator", "cosmwasm_1_3"] }
2424
cw-storage-plus = { workspace = true, features = ["iterator"] }
25-
cw20 = "2.0.0"
25+
cw20 = { workspace = true }
2626
cw20-ctx = { workspace = true }
2727
embed-commit = { workspace = true }
2828
frissitheto = { workspace = true }

cosmwasm/deployer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ibc-union-msg = { workspace = true }
2828
num-rational = "0.4.2"
2929
on-zkgm-call-proxy = { workspace = true, features = ["library"] }
3030
protos = { workspace = true }
31-
rand = "0.6"
31+
rand = { workspace = true }
3232
rand_chacha = "0.3.1"
3333
serde = { workspace = true, features = ["derive"] }
3434
serde_json = { workspace = true }

0 commit comments

Comments
 (0)