Skip to content

Commit

Permalink
use libquil-sys from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
notmgsk committed Oct 16, 2023
1 parent b46d45e commit 6b7cfc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ zmq = { version = "0.10.0" }
itertools = "0.11.0"
derive_builder = "0.12.0"
async-trait = "0.1.73"
libquil-sys = { path = "../../../libquil-sys/lib", optional = true }
libquil-sys = { version = "0.1.4", optional = true }

[dev-dependencies]
erased-serde = "0.3.23"
Expand Down

0 comments on commit 6b7cfc1

Please sign in to comment.