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
474: Minimal `use_alloc` feature r=jswrenn a=jswrenn
Introduces a `use_alloc` feature.
**Breaking Change:** [**Increases the MSRV to 1.36.0**](https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html#the-alloc-crate-is-stable)
`Vec`, `String`, etc., use their alternatives defined in `alloc`.
No attempt is made to support `HashMap`, which is *not* defined in `alloc`. This is thus a more minimal introduction of `use_alloc` than #471.
Fixes#365.
Partially fixes#470.
Co-authored-by: Jack Wrenn <[email protected]>
0 commit comments