Skip to content

Commit

Permalink
remove strict qecp version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
yuewuo committed Sep 20, 2024
1 parent 9a55688 commit 71957f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fusion-blossom"
version = "0.2.11"
version = "0.2.12"
authors = ["Yue Wu <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -79,7 +79,7 @@ pyo3 = { version = "0.18.3", features = [
], optional = true }
lazy_static = "1.4.0"
petgraph = "0.6.3"
qecp = { version = "=0.2.6", features = ["fusion-blossom"], optional = true }
qecp = { version = "0.2.7", features = ["fusion-blossom"], optional = true }
nonzero = "0.2.0"

[build-dependencies]
Expand Down

0 comments on commit 71957f8

Please sign in to comment.