File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 52
52
save-if : ${{ github.ref == 'refs/heads/main' }}
53
53
54
54
- name : Update to the latest matrix-sdk-crypto version
55
- run : cargo update matrix-sdk-crypto
55
+ run : |
56
+ tee >> .cargo/config.toml << EOF
57
+ [patch.crates-io]
58
+ matrix-sdk-common = { git = "https://github.com/matrix-org/matrix-rust-sdk" }
59
+ matrix-sdk-crypto = { git = "https://github.com/matrix-org/matrix-rust-sdk" }
60
+ matrix-sdk-indexeddb = { git = "https://github.com/matrix-org/matrix-rust-sdk" }
61
+ matrix-sdk-qrcode = { git = "https://github.com/matrix-org/matrix-rust-sdk" }
62
+ matrix-sdk-store-encryption = { git = "https://github.com/matrix-org/matrix-rust-sdk" }
63
+ EOF
64
+
65
+ cargo update matrix-sdk-crypto
56
66
57
67
- name : Install Node.js
58
68
uses : actions/setup-node@v3
You can’t perform that action at this time.
0 commit comments