diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index ebbff8dd7..93ca3d501 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -44,7 +44,7 @@ uuid = { version = "1.2.1", features = ["v4"] } tonic = { version = "0.9.2", features = ["tls", "tls-roots"] } zmq = { version = "0.10.0" } itertools = "0.11.0" -derive_builder = "0.12.0" +derive_builder = "0.12.0, ||, ^0" async-trait = "0.1.73" libquil-sys = { version = "0.4.0", optional = true }