-
Notifications
You must be signed in to change notification settings - Fork 344
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
Increase dependency requirements to make -Zminimal-versions pass #1465
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fantastic! Works on my machine©. Thanks!
packages/std/Cargo.toml
Outdated
# to bump the min version of them. | ||
bytecheck = "0.6.3" # With this version the simdutf8 dependency became optional | ||
enumset = "1.0.2" # Fixes https://github.com/Lymia/enumset/issues/17 (https://github.com/Lymia/enumset/commit/a430550cd6a3c9b1ef636d37f75dede7616f5b62) | ||
bitflags = "1.1.0" # https://github.com/CensoredUsername/dynasm-rs/pull/74 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should move to cosmwasm-vm since it is only needed for wasmer and clap
packages/std/Cargo.toml
Outdated
uint = "0.9.3" | ||
|
||
# Dependencies that we do not use ourself. We add those entries | ||
# to bump the min version of them. | ||
bytecheck = "0.6.3" # With this version the simdutf8 dependency became optional |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is well. A rkyv (wasmer) dependency
packages/std/Cargo.toml
Outdated
# Dependencies that we do not use ourself. We add those entries | ||
# to bump the min version of them. | ||
bytecheck = "0.6.3" # With this version the simdutf8 dependency became optional | ||
enumset = "1.0.2" # Fixes https://github.com/Lymia/enumset/issues/17 (https://github.com/Lymia/enumset/commit/a430550cd6a3c9b1ef636d37f75dede7616f5b62) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also wasmer stuff
With this change I the new
devtools/build_min.sh
passes