Skip to content

Commit

Permalink
Update and fix version information in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed Aug 6, 2024
1 parent 73357df commit 2e26b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

Expand Down

0 comments on commit 2e26b73

Please sign in to comment.