File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- msrv = " 1.70 "
1+ msrv = " 1.91 "
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ rustler::init!("Elixir.Math");
5757
5858#### Minimal Supported Rust Version (MSRV)
5959
60- Rustler currently has a minimal supported Rust version (MSRV) of 1.70 . This
60+ Rustler currently has a minimal supported Rust version (MSRV) of 1.91 . This
6161is the configured version in ` .clippy.toml ` .
6262
6363#### Supported OTP and Elixir Versions
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ authors = ["Hansihe <me@hansihe.com>"]
77license = " MIT/Apache-2.0"
88readme = " ../README.md"
99edition = " 2021"
10- rust-version = " 1.70 "
10+ rust-version = " 1.91 "
1111
1212[features ]
1313big_integer = [" dep:num-bigint" ]
You can’t perform that action at this time.
0 commit comments