rigetti / qcs-sdk-rust

Rust SDK for Rigetti Quantum Cloud Services (QCS)
https://docs.rs/qcs
12 stars 5 forks source link

fix: add explicit dependency on rigetti-pyo3's "time" feature #476

Closed antalsz closed 3 months ago

antalsz commented 3 months ago

In rigetti/rigetti-pyo3#45 (and rigetti/rigetti-pyo3#46), I moved all references to the Python time types under the "time" feature. This was a bugfix, but I didn't realize it was also a breaking change – any library that relied on the time types implicitly being available would break, just as this one did! This adds the missing feature dependency, and I've also upgraded rigetti/rigetti-pyo3#46 to be a breaking change.

This commit also updates Cargo.lock to force the update to rigetti-pyo3, meaning that builds will fail without the substantive change.

Closes #475.

github-actions[bot] commented 3 months ago

PR Preview Action v1.4.7 :---: :rocket: Deployed preview to https://rigetti.github.io/qcs-sdk-rust/pr-preview/pr-476/ on branch qcs-sdk-python-docs at 2024-06-14 17:56 UTC