Skip to content

Commit 6b7c60e

Browse files
authored
Merge pull request #2053 from CosmWasm/make-build-min-work
Make build min work
2 parents 76896b9 + e281b50 commit 6b7c60e

File tree

29 files changed

+36
-46
lines changed

29 files changed

+36
-46
lines changed

Cargo.lock

Lines changed: 1 addition & 2 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ exclude = ["contracts"]
55
# Resolver has to be set explicitely in workspaces
66
# due to https://github.com/rust-lang/cargo/issues/9956
77
resolver = "2"
8+
9+
[workspace.dependencies]
10+
schemars = "0.8.4"
11+
serde = { version = "1.0.192", default-features = false, features = ["derive", "alloc"] }

contracts/burner/Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/burner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cranelift = ["cosmwasm-vm/cranelift"]
3232
[dependencies]
3333
cosmwasm-schema = { path = "../../packages/schema" }
3434
cosmwasm-std = { path = "../../packages/std", features = ["iterator", "cosmwasm_1_4"] }
35-
schemars = "0.8.3"
35+
schemars = "0.8.12"
3636
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
3737

3838
[dev-dependencies]

contracts/crypto-verify/Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/crypto-verify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cosmwasm-schema = { path = "../../packages/schema" }
3333
cosmwasm-std = { path = "../../packages/std", features = ["iterator"] }
3434
hex = "0.4"
3535
rlp = "0.5"
36-
schemars = "0.8.3"
36+
schemars = "0.8.12"
3737
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
3838
sha2 = "0.10"
3939
sha3 = "0.10"

contracts/cyberpunk/Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/empty/Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/empty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cranelift = ["cosmwasm-vm/cranelift"]
3131
[dependencies]
3232
cosmwasm-schema = { path = "../../packages/schema" }
3333
cosmwasm-std = { path = "../../packages/std", features = ["iterator"] }
34-
schemars = "0.8.3"
34+
schemars = "0.8.12"
3535

3636
[dev-dependencies]
3737
cosmwasm-vm = { path = "../../packages/vm", default-features = false, features = ["iterator"] }

contracts/floaty/Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)