matrix-sdk: Rename the async client file.
parent
720e45509a
commit
db26ae9027
|
@ -34,9 +34,9 @@ pub use reqwest::header::InvalidHeaderValue;
|
|||
#[cfg(feature = "encryption")]
|
||||
pub use matrix_sdk_base::{Device, TrustState};
|
||||
|
||||
mod async_client;
|
||||
mod client;
|
||||
mod request_builder;
|
||||
pub use async_client::{AsyncClient, AsyncClientConfig, SyncSettings};
|
||||
pub use client::{AsyncClient, AsyncClientConfig, SyncSettings};
|
||||
pub use request_builder::{MessagesRequestBuilder, RoomBuilder};
|
||||
|
||||
pub(crate) const VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||
|
|
Loading…
Reference in New Issue