Skip to content

Commit

Permalink
fix: re-export quil-rs so that downstream crates can avoid version co…
Browse files Browse the repository at this point in the history
…nflicts (#508)
  • Loading branch information
BatmanAoD authored Oct 16, 2024
1 parent 4e98e1d commit 11b7e05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
//! crate allows you to run Quil programs against real QPUs or a QVM
//! using [`Executable`].

// Re-export quil_rs so that all downstream crates can ensure that they are
// using the same version.
pub use quil_rs;

pub use executable::{Error, Executable, ExecutionResult, JobHandle, Service};
pub use execution_data::{
ExecutionData, RegisterMap, RegisterMatrix, RegisterMatrixConversionError, ResultData,
Expand Down

0 comments on commit 11b7e05

Please sign in to comment.