From 0e4932cc94c0f9ca4e8ca8e01f0131c8598f7297 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 04:25:06 +0000 Subject: [PATCH] chore: Update Rust crate built to 0.6.1, ||, ^0 --- crates/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 00a24de43..b101f0a66 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -66,7 +66,7 @@ insta = "1.29.0" assert2 = "0.3.11" [build-dependencies] -built = "0.6.1" +built = "0.6.1, ||, ^0" [[example]] name = "compilation-and-simulation-with-libquil"