-
Notifications
You must be signed in to change notification settings - Fork 329
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
Avoid pinning dependencies, use --precise in ci #1046
Avoid pinning dependencies, use --precise in ci #1046
Conversation
785ff8a
to
8c7ed11
Compare
LGTM. One thing to add is a short MSRV section in Minimum Supported Rust Version (MSRV)This library should compile with any combination of features with Rust 1.57.0. To build with the MSRV you will need to pin dependencies as follows:
|
711e48e
to
a3317b2
Compare
Adding it fails with "The repository'http://apt.llvm.org/focal llvm-toolchain-focal Release' does not have a Release file.", and for some reason it's not needed anymore.
a3317b2
to
ffb7c79
Compare
Thanks! Fixed all your comments, and added a fix for the wasm build. |
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.
LGTM
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.
ACK ffb7c79
Fixes #1035
Checklists
All Submissions:
cargo fmt
andcargo clippy
before committing