Open simbleau opened 8 months ago
I started getting this error. It's an issue within console, but dialoguer has a hard dependency on console. Something is messing up with lazy_static, it should probably be changed to once_cell.
Rust 1.76 stable
relevant: https://github.com/hawkw/sharded-slab/issues/92
relevant: https://github.com/rust-lang-nursery/lazy-static.rs/issues/217
I started getting this error. It's an issue within console, but dialoguer has a hard dependency on console. Something is messing up with lazy_static, it should probably be changed to once_cell.
Rust 1.76 stable