Skip to content

Commit 5c168e1

Browse files
committed
Downgrade derive_more to beta
1 parent babd313 commit 5c168e1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

packages/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ base64 = "0.22.0"
6161
bnum = "0.11.0"
6262
cosmwasm-core = { version = "2.2.0-rc.1", path = "../core" }
6363
cosmwasm-derive = { version = "2.2.0-rc.1", path = "../derive" }
64-
derive_more = { version = "1.0.0", default-features = false, features = [
64+
derive_more = { version = "=1.0.0-beta.7", default-features = false, features = [
6565
"debug",
6666
] }
6767
hex = "0.4"

packages/vm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ cosmwasm-std = { version = "2.2.0-rc.1", path = "../std", default-features = fal
5252
] }
5353
cosmwasm-crypto = { version = "2.2.0-rc.1", path = "../crypto" }
5454
cosmwasm-vm-derive = { version = "2.2.0-rc.1", path = "../vm-derive" }
55-
derive_more = { version = "1.0.0", default-features = false, features = [
55+
derive_more = { version = "=1.0.0-beta.7", default-features = false, features = [
5656
"debug",
5757
] }
5858
hex = "0.4"

0 commit comments

Comments
 (0)