Skip to content

Commit

Permalink
updated to Q# v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filipw committed Jun 11, 2024
1 parent 8df0ee6 commit 971484d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 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
Expand Up @@ -9,8 +9,8 @@ edition = "2021"
crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
qsc = { git = "https://github.com/microsoft/qsharp.git", branch = "main" }
resource_estimator = { git = "https://github.com/microsoft/qsharp.git", branch = "main" }
qsc = { git = "https://github.com/microsoft/qsharp.git", tag = "v1.6.0" }
resource_estimator = { git = "https://github.com/microsoft/qsharp.git", tag = "v1.6.0" }
uniffi = { version = "0.23.0", features=["build"] }
thiserror = "1.0"
num-bigint = "0.4.5"
Expand Down

0 comments on commit 971484d

Please sign in to comment.