From 2e26b731456b34bed9657011d4834a98cb595fa0 Mon Sep 17 00:00:00 2001 From: Benedikt Reinartz Date: Tue, 6 Aug 2024 09:21:42 +0200 Subject: [PATCH] Update and fix version information in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8988d54d..739f42ba 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ rustler::init!("Elixir.Math"); #### Minimal Supported Rust Version (MSRV) -Rustler currently has a minimal supported Rust version (MSRV) of 1.56.1. This +Rustler currently has a minimal supported Rust version (MSRV) of 1.70. This is the configured version in `.clippy.toml`. #### Supported OTP and Elixir Versions @@ -70,7 +70,7 @@ Rustler aims to support the newest three major OTP versions as well as newest th #### Supported NIF version The minimal supported NIF version for a library should be defined via Cargo -features. The default is currently `2.15` (Erlang/OTP 21). To use features from +features. The default is currently `2.15` (Erlang/OTP 22). To use features from NIF version `2.16` (Erlang/OTP 24) or `2.17` (Erlang/OTP 26), the respective feature flag has to be enabled on the dependency: