• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Qiskit / rustworkx / 5605320059
96%
main: 94%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-1557-5634bfd06db2bf511dc8ed353713dfc77d010d47
DEFAULT BRANCH: main
Ran 20 Jul 2023 12:31AM UTC
Jobs 1
Files 91
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
5605320059

push

github

web-flow
Relax constraints in rustworkx-core for hashbrown and indexmap (#929)

* Relax constraints in rustworkx-core for hashbrown and indexmap

This commit updates the version constraints on the hashbrown and
indexmap dependencies in rustworkx-core's dependency list. These 2
dependencies are used for I/O to rustworkx-core and we previously had
our versions set to the highest version compatible with the msrv.
However, for users of rustworkx-core with newer MSRVs this limited
version support caused issues if they wanted to use a newer version of
these library (which was compatible with their MSRV) as an input or output
to rustworkx-core. For example, as described in #911 qiskit-terra was
using hashbrown 0.13.x and had errors because the released version of
rustworkx-core only was listed as compatible with hashbrown 0.12. This
version mismatch meant that the hashbrown objects created in
qiskit-terra were not recognized by rustworkx-core because of the
version mismatch. This commit attempts to fix this issue by increasing
the allowable range of versions to be greater than or equal to our
previous fixed version and capped at the last known working version.
This should enable users to set a fixed library version that they want
even if it's newer and requires a higher MSRV.

This commit is for the stable/0.13 branch as the minimum version is
lower on the stable branch as the MSRV for the 0.13.0 is much older than
what we're using on the main branch now. A separate PR will be pushed up
for main to update it there. This was done in reverse in the interest of
ensuring we include this in 0.13.1 and the inevitable backport conflict
if we started with main first.

Fixes #911

* Try manually setting package version in msrv ci job

* Apply suggestions from code review

---------

Co-authored-by: Ivan Carvalho <8753214+IvanIsCoding@users.noreply.github.com>

15004 of 15567 relevant lines covered (96.38%)

2775717.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5605320059.1 20 Jul 2023 12:31AM UTC 0
96.38
GitHub Action Run
Source Files on build 5605320059
Detailed source file information is not available for this build.
  • Back to Repo
  • f874efca on github
  • Prev Build on stable/0.13 (#5578056193)
  • Next Build on stable/0.13 (#5662324794)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc