feat(sdk): Re-export the base crate's store module
Fixes a broken intra-doc link.
This commit is contained in:
committed by
Ivan Enderlin
parent
1373f99288
commit
f900db49dd
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: nightly-2024-11-26
|
||||
toolchain: nightly-2025-02-20
|
||||
components: rustfmt
|
||||
|
||||
- name: Run Benchmarks
|
||||
|
||||
@@ -315,7 +315,7 @@ jobs:
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: nightly-2024-11-26
|
||||
toolchain: nightly-2025-02-20
|
||||
components: clippy, rustfmt
|
||||
|
||||
- name: Load cache
|
||||
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: nightly-2024-11-26
|
||||
toolchain: nightly-2025-02-20
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v4
|
||||
|
||||
@@ -24,7 +24,7 @@ pub use bytes;
|
||||
pub use matrix_sdk_base::crypto;
|
||||
pub use matrix_sdk_base::{
|
||||
deserialized_responses,
|
||||
store::{DynStateStore, MemoryStore, StateStoreExt},
|
||||
store::{self, DynStateStore, MemoryStore, StateStoreExt},
|
||||
ComposerDraft, ComposerDraftType, QueueWedgeError, Room as BaseRoom,
|
||||
RoomCreateWithCreatorEventContent, RoomDisplayName, RoomHero, RoomInfo,
|
||||
RoomMember as BaseRoomMember, RoomMemberships, RoomState, SessionMeta, StateChanges,
|
||||
|
||||
Reference in New Issue
Block a user