From 3df866d66e13742dcf525ab1bc28ad18e65e4b1f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Jun 2022 00:30:37 +0000 Subject: [PATCH] Release v0.10.1 [skip ci] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6a407c4..03618985 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -589,7 +589,7 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" [[package]] name = "quil-rs" -version = "0.10.0" +version = "0.10.1" dependencies = [ "criterion", "dot-writer", diff --git a/Cargo.toml b/Cargo.toml index 75a8ea1c..82d88a59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "quil-rs" description = "Rust tooling for Quil (Quantum Instruction Language)" -version ="0.10.0" +version ="0.10.1" edition = "2018" license = "Apache-2.0" repository = "https://github.com/rigetti/quil-rust"