Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
hugrbot authored Aug 5, 2024
1 parent 7c14494 commit 2edf262
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions tket2-hseries/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tket2-hseries"
version = "0.1.0"
version = "0.1.1"
edition.workspace = true
rust-version.workspace = true

Expand All @@ -15,7 +15,7 @@ categories = ["compilers"]

[dependencies]
hugr.workspace = true
tket2 = { path = "../tket2", version = "0.1.0" }
tket2 = { path = "../tket2", version = "0.1.1" }
lazy_static.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion tket2-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test = false
bench = false

[dependencies]
tket2 = { path = "../tket2", version = "0.1.0", features = [
tket2 = { path = "../tket2", version = "0.1.1", features = [
"portmatching",
"binary-eccs",
] }
Expand Down
2 changes: 1 addition & 1 deletion tket2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tket2"
version = "0.1.0"
version = "0.1.1"
edition = { workspace = true }
rust-version = { workspace = true }

Expand Down

0 comments on commit 2edf262

Please sign in to comment.