Skip to content

Commit

Permalink
chore: Remove MSRV from READMEs
Browse files Browse the repository at this point in the history
It can be found in Cargo.toml.

Signed-off-by: Kévin Commaille <[email protected]>
  • Loading branch information
zecakeh authored and stefanceriu committed Dec 9, 2024
1 parent affdc25 commit a1a04ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ The rust-sdk consists of multiple crates that can be picked at your convenience:
- **matrix-sdk-crypto** - No (network) IO encryption state machine that can be
used to add Matrix E2EE support to your client or client library.

## Minimum Supported Rust Version (MSRV)

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

## Status

The library is in an alpha state, things that are implemented generally work but
Expand Down
4 changes: 0 additions & 4 deletions bindings/matrix-sdk-crypto-ffi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ $ cp ../../target/aarch64-linux-android/debug/libmatrix_crypto.so \
/home/example/matrix-sdk-android/src/main/jniLibs/aarch64/libuniffi_olm.so
```

## Minimum Supported Rust Version (MSRV)

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

## License

[Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0)
Expand Down

0 comments on commit a1a04ee

Please sign in to comment.