rigetti / qcs-sdk-rust

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

feat(python): provide access to the translation backend option #373

Closed notmgsk closed 1 year ago

notmgsk commented 1 year ago

Closes #372

BatmanAoD commented 1 year ago

Any idea why the Cargo.lock diff is so big?

notmgsk commented 1 year ago

Any idea why the Cargo.lock diff is so big?

No. I had to do a cargo update to update a library that was causing CI to fail (I think it was gix). I'm guessing it hadn't been updated in a while.

Shadow53 commented 1 year ago

Any idea why the Cargo.lock diff is so big?

No. I had to do a cargo update to update a library that was causing CI to fail (I think it was gix). I'm guessing it hadn't been updated in a while.

For the future, you should be able to do, e.g., cargo update -p gix to only update one package.