You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for possible hints about what changed and how to fix it.
4
+
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.
5
+
6
+
To see the latest changes in matrix-sdk-crypto, use [git cliff](https://git-cliff.org/):
7
+
8
+
```sh
9
+
git cliff from_commit..to_commit
10
+
```
11
+
12
+
(You can see which commits to supply by running `cargo update matrix-sdk-common` in this repo and diffing `Cargo.lock`.)
0 commit comments