From 2ac988b448e34f29a1bb9c5225e6810b6184d9e5 Mon Sep 17 00:00:00 2001 From: hugrbot Date: Thu, 22 Aug 2024 11:48:20 +0100 Subject: [PATCH] chore: release --- Cargo.lock | 4 ++-- tket2-hseries/Cargo.toml | 4 ++-- tket2-py/Cargo.toml | 2 +- tket2/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c5c31c3..65b57c18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1772,7 +1772,7 @@ dependencies = [ [[package]] name = "tket2" -version = "0.1.1" +version = "0.1.2" dependencies = [ "bytemuck", "cgmath", @@ -1814,7 +1814,7 @@ dependencies = [ [[package]] name = "tket2-hseries" -version = "0.1.1" +version = "0.1.2" dependencies = [ "cool_asserts", "hugr", diff --git a/tket2-hseries/Cargo.toml b/tket2-hseries/Cargo.toml index 505c005e..3a95218e 100644 --- a/tket2-hseries/Cargo.toml +++ b/tket2-hseries/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket2-hseries" -version = "0.1.1" +version = "0.1.2" edition.workspace = true rust-version.workspace = true @@ -15,7 +15,7 @@ categories = ["compilers"] [dependencies] hugr.workspace = true -tket2 = { path = "../tket2", version = "0.1.1" } +tket2 = { path = "../tket2", version = "0.1.2" } lazy_static.workspace = true serde = { workspace = true, features = ["derive"] } serde_json.workspace = true diff --git a/tket2-py/Cargo.toml b/tket2-py/Cargo.toml index da4073c8..03e9055b 100644 --- a/tket2-py/Cargo.toml +++ b/tket2-py/Cargo.toml @@ -19,7 +19,7 @@ test = false bench = false [dependencies] -tket2 = { path = "../tket2", version = "0.1.1", features = [ +tket2 = { path = "../tket2", version = "0.1.2", features = [ "portmatching", "binary-eccs", ] } diff --git a/tket2/Cargo.toml b/tket2/Cargo.toml index b668721f..ca313037 100644 --- a/tket2/Cargo.toml +++ b/tket2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket2" -version = "0.1.1" +version = "0.1.2" edition = { workspace = true } rust-version = { workspace = true }