#![feature(let_chains)] is preventing the crates.io release 5.1.0 from being used with stable Rust. This PR removes the feature and the single use of let_chains so that the crate can compile on stable.
My project is currently using dot_vox version 4, so I'd appreciate if this PR could be merged and released as 5.1.1 so that I can update my dependency.
#![feature(let_chains)]
is preventing the crates.io release 5.1.0 from being used with stable Rust. This PR removes thefeature
and the single use oflet_chains
so that the crate can compile on stable.My project is currently using
dot_vox
version 4, so I'd appreciate if this PR could be merged and released as 5.1.1 so that I can update my dependency.Fixes #35.