We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
git cliff from_commit..to_commit
(You can see which commits to supply by running cargo update matrix-sdk-common in this repo and diffing Cargo.lock.)
cargo update matrix-sdk-common
Cargo.lock
This should give you a hint about what changed.
The text was updated successfully, but these errors were encountered:
Building matrix-rust-sdk-crypto-wasm against the latest matrix-sdk Rust is failing. See https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/actions/runs/12061158533
Sorry, something went wrong.
#169 fixes this I believe
Successfully merging a pull request may close this issue.
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: