Bump matrix-sdk dependency to 0.8 (#386)

This commit is contained in:
Stu Black 2025-02-17 22:22:16 -05:00 committed by GitHub
parent 9a9bdb4862
commit e66a8c6716
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 586 additions and 436 deletions

View file

@ -22,8 +22,8 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
- name: Install Rust (1.74 w/ clippy)
uses: dtolnay/rust-toolchain@1.74
- name: Install Rust (1.76 w/ clippy)
uses: dtolnay/rust-toolchain@1.76
with:
components: clippy
- name: Install Rust (nightly w/ rustfmt)