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

Qiskit / rustworkx / 5787658451
94%

Build:
DEFAULT BRANCH: main
Ran 07 Aug 2023 05:07PM UTC
Jobs 1
Files 93
Run time 3s
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
5787658451

push

github

web-flow
Use workspace versioning and relax `hashbrown`/`indexmap` deps (#956)

This commit does two things: first, switch a lot of metadata-definition
to use the workspace-package inheritance allowed since Rust 1.64
(including several shared dependencies); second, relax the installation
requirements on `indexmap` and `hashbrown` to allow both to use their
most recent two majors.  Dependents can then install `rustworkx-core`
using either (say) `hashbrown 0.13.2` or `hashbrown 0.14.0` as desired,
and similar between `indexmap 1.9.3` and `indexmap 2.0.0`.

This commit leaves the lock file in the `hashbrown 0.14.0`, `indexmap
2.0.0` state, although note that some other crate dependents still use
`hashbrown 0.12.3` internally, but this doesn't matter for the public
API surface.  I tested it manually in the `hashbrown 0.13.2`, `indexmap
1.9.3` state by updating those two dependencies with:

    cargo update -p 'indexmap@2.0.0' --precise 1.9.3
    cargo update -p 'hashmap@0.14.0' --precise 0.13.2
    cargo update -p 'hashmap@0.12.3'

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

15313 of 15875 relevant lines covered (96.46%)

2544442.03 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5787658451.1 07 Aug 2023 05:07PM UTC 93
96.46
GitHub Action Run
Source Files on build 5787658451
  • Tree
  • List 93
  • Changed 21
  • Source Changed 0
  • Coverage Changed 21
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 34b7ec04 on github
  • Prev Build on main (#5787279388)
  • Next Build on main (#5813757295)
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