rustworkx icon indicating copy to clipboard operation
rustworkx copied to clipboard

crates.io still has retworkx-core, not rustworkx-core

Open lochsh opened this issue 3 years ago • 2 comments

Information

  • retworkx version: N/A
  • Python version: 3.8.11
  • Rust version: 1.63.0
  • Operating system: Ubuntu 20.04

What is the current behavior?

$ cargo add rustworkx-core
    Updating crates.io index
error: the crate `rustworkx-core` could not be found in registry index.

What is the expected behavior?

That rustworkx-core be on crates.io so that the documentation in https://github.com/Qiskit/rustworkx/blob/main/rustworkx-core/README.md#usage is correct.

Steps to reproduce the problem

See above current behaviour.


Thanks! In the meantime I wil use retworkx-core.

lochsh avatar Aug 17 '22 11:08 lochsh

Thanks for filing a report on this, we're preparing the 0.12.0 release which will publish the rustworkx-core crate to crates.io. There are just some last few issues we're trying to resolve before tagging the release, you can see the burn down list here: https://github.com/Qiskit/rustworkx/milestone/8

mtreinish avatar Aug 17 '22 11:08 mtreinish

Ah great, thank you!

lochsh avatar Aug 17 '22 12:08 lochsh

Done: https://crates.io/crates/rustworkx-core

IvanIsCoding avatar Oct 07 '22 19:10 IvanIsCoding