You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -40,18 +40,10 @@ The cargo feature `std` is enabled by default. At least one of the features `std
40
40
Enabling the `no-std` feature does not disable `std`. To disable the `std` feature you must disable default features. The `no-std` feature only enables additional features required for this crate to be usable without `std`. Both can be enabled without conflict.
41
41
42
42
## Minimum Supported Rust Version (MSRV)
43
-
This library should always compile with any combination of features (minus
44
-
`no-std`) on **Rust 1.41.1** or **Rust 1.47** with `no-std`.
43
+
This library should always compile with any combination of features on **Rust 1.48.0**.
45
44
46
45
Some dependencies do not play nicely with our MSRV, if you are running the tests
0 commit comments