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,7 +40,8 @@ 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 on **Rust 1.48.0**.
43
+
44
+
This library should always compile with any combination of features on **Rust 1.56.1**.
44
45
45
46
Some dependencies do not play nicely with our MSRV, if you are running the tests
46
47
you may need to pin some dependencies. See `./contrib/test.sh` for current pinning.
0 commit comments