Qiskit / rustworkx

A high performance Python graph library implemented in Rust.
https://www.rustworkx.org
Apache License 2.0
981 stars 141 forks source link

Bump MSRV to 1.70 #1155

Closed mtreinish closed 3 months ago

mtreinish commented 3 months ago

This commit bumps the MSRV for rustworkx in 0.15.0 to 1.70.0. This enables us to use GATs (see #1143) and also enables to update some of our dependencies which require newer versions of rust to compile.

IvanIsCoding commented 3 months ago

I think you are installing 1.7 instead of 1.70

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 8516439127

Details


Files with Coverage Reduction New Missed Lines %
src/shortest_path/all_pairs_bellman_ford.rs 6 95.53%
<!-- Total: 6 -->
Totals Coverage Status
Change from base Build 8513980155: -0.03%
Covered Lines: 17136
Relevant Lines: 17757

💛 - Coveralls