Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce Rust MSRV to 1.56 (Qiskit#8077)
Commit 84cfd5c recently used a `&[char; 2]` as the type in the constructor of the `std::Pattern` trait, which is a feature of Rust unstable, and only available in newer versions of Rust. We've not fixed an absolute minimum supported Rust version, but have generally tried to keep things building with at least the last six months' releases.
- Loading branch information