Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cosmwasm-std to ^1.1.8 #3

Closed
webmaster128 opened this issue Nov 23, 2022 · 1 comment · Fixed by #4
Closed

Bump cosmwasm-std to ^1.1.8 #3

webmaster128 opened this issue Nov 23, 2022 · 1 comment · Fixed by #4

Comments

@webmaster128
Copy link
Member

webmaster128 commented Nov 23, 2022

and remove those dependencies:

# We don't use the following dependencies directly. They're dependencies of our dependencies.
# We specify them to tighten their version requirements so that builds with `-Zminimal-versions` work.
# Once we bump `cosmwasm-*` deps to a version after `1.1.5`, we can remove these.
k256 = { version = "0.11.1", features = ["ecdsa"] }
anyhow = "1.0.41"

and

# We don't use the following dependencies directly. They're dependencies of our dependencies.
# We specify them to tighten their version requirements so that builds with `-Zminimal-versions` work.
# Once we bump `cosmwasm-*` deps to a version after `1.1.5`, we can remove these.
serde_json = "1.0.40"
@ueco-jb
Copy link
Contributor

ueco-jb commented Nov 23, 2022

I recommend cargo-machete on all repositories. https://lib.rs/crates/cargo-machete
Maybe on CI even?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants