Skip to content

Commit

Permalink
Downgrade derive_more to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Jan 28, 2025
1 parent babd313 commit 5c168e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ base64 = "0.22.0"
bnum = "0.11.0"
cosmwasm-core = { version = "2.2.0-rc.1", path = "../core" }
cosmwasm-derive = { version = "2.2.0-rc.1", path = "../derive" }
derive_more = { version = "1.0.0", default-features = false, features = [
derive_more = { version = "=1.0.0-beta.7", default-features = false, features = [
"debug",
] }
hex = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cosmwasm-std = { version = "2.2.0-rc.1", path = "../std", default-features = fal
] }
cosmwasm-crypto = { version = "2.2.0-rc.1", path = "../crypto" }
cosmwasm-vm-derive = { version = "2.2.0-rc.1", path = "../vm-derive" }
derive_more = { version = "1.0.0", default-features = false, features = [
derive_more = { version = "=1.0.0-beta.7", default-features = false, features = [
"debug",
] }
hex = "0.4"
Expand Down

0 comments on commit 5c168e1

Please sign in to comment.