leetcode-rust
leetcode-rust copied to clipboard
my leetcode solutions in rust
Project fails to build with the current `futures` version. ``` Compiling futures v0.3.4 error[E0432]: unresolved import `futures_core::core_reexport` --> /Users/nskobelevs/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.4/src/lib.rs:542:9 | 542 | pub use futures_core::core_reexport; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `core_reexport` in...
fix build error in `rustc 1.70.0 (90c541806 2023-05-31)`
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.10.0 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...