From 971484dc88bd7a817e73c508333afd2a292b1f15 Mon Sep 17 00:00:00 2001 From: filipw Date: Tue, 11 Jun 2024 07:08:14 +0200 Subject: [PATCH] updated to Q# v1.6.0 --- Cargo.lock | 46 +++++++++++++++++++++++----------------------- Cargo.toml | 4 ++-- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c107d16..4e96867 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -29,7 +29,7 @@ dependencies = [ [[package]] name = "allocator" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "mimalloc-sys", ] @@ -418,7 +418,7 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "library" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" [[package]] name = "log" @@ -477,7 +477,7 @@ dependencies = [ [[package]] name = "mimalloc-sys" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "cc", ] @@ -634,7 +634,7 @@ dependencies = [ [[package]] name = "qsc" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "allocator", "clap", @@ -666,7 +666,7 @@ dependencies = [ [[package]] name = "qsc_ast" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "indenter", "miette", @@ -677,7 +677,7 @@ dependencies = [ [[package]] name = "qsc_circuit" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "log", "miette", @@ -698,7 +698,7 @@ dependencies = [ [[package]] name = "qsc_codegen" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "num-bigint", "num-complex", @@ -719,7 +719,7 @@ dependencies = [ [[package]] name = "qsc_data_structures" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "bitflags", "miette", @@ -730,7 +730,7 @@ dependencies = [ [[package]] name = "qsc_doc_gen" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "qsc_ast", "qsc_data_structures", @@ -743,7 +743,7 @@ dependencies = [ [[package]] name = "qsc_eval" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "miette", "num-bigint", @@ -762,7 +762,7 @@ dependencies = [ [[package]] name = "qsc_fir" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "indenter", "num-bigint", @@ -773,7 +773,7 @@ dependencies = [ [[package]] name = "qsc_formatter" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "clap", "qsc_data_structures", @@ -783,7 +783,7 @@ dependencies = [ [[package]] name = "qsc_frontend" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "library", "miette", @@ -798,7 +798,7 @@ dependencies = [ [[package]] name = "qsc_hir" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "indenter", "num-bigint", @@ -809,7 +809,7 @@ dependencies = [ [[package]] name = "qsc_linter" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "miette", "qsc_ast", @@ -823,7 +823,7 @@ dependencies = [ [[package]] name = "qsc_lowerer" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "qsc_data_structures", "qsc_fir", @@ -833,7 +833,7 @@ dependencies = [ [[package]] name = "qsc_parse" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "enum-iterator", "miette", @@ -847,7 +847,7 @@ dependencies = [ [[package]] name = "qsc_partial_eval" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "miette", "num-bigint", @@ -865,7 +865,7 @@ dependencies = [ [[package]] name = "qsc_passes" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "miette", "qsc_data_structures", @@ -882,7 +882,7 @@ dependencies = [ [[package]] name = "qsc_project" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "miette", "qsc_linter", @@ -895,7 +895,7 @@ dependencies = [ [[package]] name = "qsc_rca" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "bitflags", "indenter", @@ -911,7 +911,7 @@ dependencies = [ [[package]] name = "qsc_rir" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "indenter", "qsc_data_structures", @@ -1036,7 +1036,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "resource_estimator" version = "0.0.0" -source = "git+https://github.com/microsoft/qsharp.git?branch=main#8bbdf21101f4a7fc3cb8388f3886b87928082904" +source = "git+https://github.com/microsoft/qsharp.git?tag=v1.6.0#1e123fa3207b256b599b21d5a4e09fbe250e8c45" dependencies = [ "fasteval", "miette", diff --git a/Cargo.toml b/Cargo.toml index 1c53042..54c2189 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"