Skip to content

Commit 0a26176

Browse files
authored
Bump MSRV to 1.91 (#711)
Not sure why things have been working so far. Apparently, `TypeId::of` in `const` contexts has only been stabilized in 1.91.
1 parent 24e225f commit 0a26176

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.70"
1+
msrv = "1.91"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
6161
is the configured version in `.clippy.toml`.
6262

6363
#### Supported OTP and Elixir Versions

rustler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Hansihe <me@hansihe.com>"]
77
license = "MIT/Apache-2.0"
88
readme = "../README.md"
99
edition = "2021"
10-
rust-version = "1.70"
10+
rust-version = "1.91"
1111

1212
[features]
1313
big_integer = ["dep:num-bigint"]

0 commit comments

Comments
 (0)