Skip to content

Commit

Permalink
Only release tket2-hseries
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Dec 18, 2024
1 parent 36e9fac commit f24c985
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion tket2-hseries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ required-features = ["cli"]

[dependencies]
hugr.workspace = true
tket2 = { path = "../tket2", version = "0.7.1" }
tket2 = { path = "../tket2", version = "0.7.0" }
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.7.1", features = [
tket2 = { path = "../tket2", version = "0.7.0", 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.7.1"
version = "0.7.0"
edition = { workspace = true }
rust-version = { workspace = true }

Expand Down

0 comments on commit f24c985

Please sign in to comment.