From 8bdd0ffc5de6b167568597e4fe3ef685e641bd47 Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Wed, 11 May 2022 17:32:22 +0200 Subject: [PATCH] docs: Update crates/matrix-sdk-crypto-ffi/README.md Co-authored-by: Jonas Platte --- crates/matrix-sdk-crypto-ffi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-crypto-ffi/README.md b/crates/matrix-sdk-crypto-ffi/README.md index b817bec82..0a4ebfbd0 100644 --- a/crates/matrix-sdk-crypto-ffi/README.md +++ b/crates/matrix-sdk-crypto-ffi/README.md @@ -71,7 +71,7 @@ $ cp ../../target/aarch64-linux-android/debug/libmatrix_crypto.so \ ## Minimum Supported Rust Version (MSRV) -These crates are built with the Rust language version 2021 and require a minimum compiler version of `1.60` +These crates are built with the Rust language version 2021 and require a minimum compiler version of `1.60`. ## License