Skip to content

Commit

Permalink
pin Q# dependencies to "v1.1.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
filipw committed Feb 28, 2024
1 parent a3b5bc5 commit a63ef26
Showing 1 changed file with 2 additions and 2 deletions.
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" }
resource_estimator = { git = "https://github.com/microsoft/qsharp.git" }
qsc = { git = "https://github.com/microsoft/qsharp.git", tag = "v1.1.3" }
resource_estimator = { git = "https://github.com/microsoft/qsharp.git", tag = "v1.1.3" }
uniffi = { version = "0.23.0", features=["build"] }
thiserror = "1.0"
num-bigint = "0.4.3"
Expand Down

0 comments on commit a63ef26

Please sign in to comment.