Skip to content

Commit 3a23eda

Browse files
authored
Merge pull request #34 from qsharp-community/qdk/1.21.0
updated QDK to 1.21.0
2 parents f828e35 + 40dcf4c commit 3a23eda

2 files changed

Lines changed: 38 additions & 30 deletions

File tree

Cargo.lock

Lines changed: 35 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ edition = "2024"
99
crate-type = ["lib", "cdylib", "staticlib"]
1010

1111
[dependencies]
12-
qsc = { git = "https://github.com/microsoft/qsharp.git", tag = "v1.20.0" }
13-
resource_estimator = { git = "https://github.com/microsoft/qsharp.git", tag = "v1.20.0" }
12+
qsc = { git = "https://github.com/microsoft/qdk.git", tag = "v1.21.0" }
13+
resource_estimator = { git = "https://github.com/microsoft/qdk.git", tag = "v1.21.0" }
1414
thiserror = "1.0"
1515
num-bigint = "0.4.5"
1616
num-complex = "0.4"
@@ -23,4 +23,4 @@ serde_json = "1.0"
2323
[build-dependencies]
2424
uniffi = { version = "0.29.4", features=["build"] }
2525
uniffi_build = "0.29.4"
26-
uniffi_bindgen = "0.29.4"
26+
uniffi_bindgen = "0.29.4"

0 commit comments

Comments
 (0)