-
Notifications
You must be signed in to change notification settings - Fork 11
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
Building matrix-rust-sdk-crypto-wasm against the latest matrix-sdk Rust is failing #180
Comments
Building matrix-rust-sdk-crypto-wasm against the latest matrix-sdk Rust is failing. |
Should be fixed by #179 |
Building matrix-rust-sdk-crypto-wasm against the latest matrix-sdk Rust is failing. |
Building matrix-rust-sdk-crypto-wasm against the latest matrix-sdk Rust is failing. |
Building matrix-rust-sdk-crypto-wasm against the latest matrix-sdk Rust is failing. |
Building matrix-rust-sdk-crypto-wasm against the latest matrix-sdk Rust is failing. |
Something changed in matrix-rust-sdk's crypto crate that will break the build of this repo (matrix-rust-sdk-crypto-wasm) when we update to it.
To see the latest changes in matrix-sdk-crypto, use git cliff:
(You can see which commits to supply by running
cargo update matrix-sdk-common
in this repo and diffingCargo.lock
.)This should give you a hint about what changed.
The text was updated successfully, but these errors were encountered: