Skip to content

Commit

Permalink
docs: updated readme - rust version (matrix-org#2047)
Browse files Browse the repository at this point in the history
* docs: update readme
* removing error
  • Loading branch information
Velin92 authored Jun 9, 2023
1 parent ae2f834 commit 6444848
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The rust-sdk consists of multiple crates that can be picked at your convenience:

## Minimum Supported Rust Version (MSRV)

These crates are built with the Rust language version 2021 and require a minimum compiler version of `1.65`.
These crates are built with the Rust language version 2021 and require a minimum compiler version of `1.70`.

## Status

Expand Down
4 changes: 2 additions & 2 deletions bindings/matrix-sdk-ffi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ pub use matrix_sdk::ruma::{api::client::account::register, UserId};
pub use matrix_sdk_ui::timeline::PaginationOutcome;
pub use platform::*;

// Re-exports for more convenient use inside other submodules
use self::error::ClientError;
pub use self::{
authentication_service::*, client::*, event::*, notification::*, room::*, room_member::*,
session_verification::*, sliding_sync::*, timeline::*, tracing::*,
};
// Re-exports for more convenient use inside other submodules
use self::{client::Client, error::ClientError};

uniffi::include_scaffolding!("api");

Expand Down

0 comments on commit 6444848

Please sign in to comment.