-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue template for latest matrix-sdk failure mentions git cliff inste…
…ad of CHANGELOG
- Loading branch information
1 parent
aad3fbc
commit 354faeb
Showing
1 changed file
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
--- | ||
title: Building matrix-rust-sdk-crypto-wasm against the latest matrix-sdk Rust is failing | ||
--- | ||
Something changed in | ||
[matrix-rust-sdk](https://github.com/matrix-org/matrix-rust-sdk)'s crypto crate | ||
that will break the build of this repo (matrix-rust-sdk-crypto-wasm) when we | ||
update to it. | ||
|
||
See the crypto crate's | ||
[CHANGELOG](https://github.com/matrix-org/matrix-rust-sdk/blob/main/crates/matrix-sdk-crypto/CHANGELOG.md) | ||
for possible hints about what changed and how to fix it. | ||
Something changed in [matrix-rust-sdk](https://github.com/matrix-org/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](https://git-cliff.org/): | ||
|
||
```sh | ||
git cliff from_commit..to_commit | ||
``` | ||
|
||
(You can see which commits to supply by running `cargo update matrix-sdk` in this repo and diffing `Cargo.lock`.) | ||
|
||
This should give you a hint about what changed. |