diff --git a/Cargo.lock b/Cargo.lock index e218e26d..6a4649cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -923,6 +923,7 @@ dependencies = [ [[package]] name = "hugr" version = "0.14.3" +source = "git+https://github.com/CQCL/hugr?branch=doug/un-non-local#cd2348d576a7d45ff576677a3a7d262273f100d3" dependencies = [ "hugr-core", "hugr-passes", @@ -931,6 +932,7 @@ dependencies = [ [[package]] name = "hugr-cli" version = "0.14.3" +source = "git+https://github.com/CQCL/hugr?branch=doug/un-non-local#cd2348d576a7d45ff576677a3a7d262273f100d3" dependencies = [ "clap", "clap-verbosity-flag", @@ -943,6 +945,7 @@ dependencies = [ [[package]] name = "hugr-core" version = "0.14.3" +source = "git+https://github.com/CQCL/hugr?branch=doug/un-non-local#cd2348d576a7d45ff576677a3a7d262273f100d3" dependencies = [ "bitvec", "bumpalo", @@ -974,6 +977,7 @@ dependencies = [ [[package]] name = "hugr-passes" version = "0.14.3" +source = "git+https://github.com/CQCL/hugr?branch=doug/un-non-local#cd2348d576a7d45ff576677a3a7d262273f100d3" dependencies = [ "ascent", "derive_more 1.0.0", diff --git a/Cargo.toml b/Cargo.toml index f1ace68e..eb9fe593 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,10 +26,10 @@ missing_docs = "warn" [patch.crates-io] # Uncomment to use unreleased versions of hugr -hugr.path = "../hugr/hugr" -hugr-core.path = "../hugr/hugr-core" -hugr-passes.path = "../hugr/hugr-passes" -hugr-cli.path = "../hugr/hugr-cli" +hugr = { git = "https://github.com/CQCL/hugr", branch = "doug/un-non-local"} +hugr-core = { git = "https://github.com/CQCL/hugr", branch = "doug/un-non-local"} +hugr-passes = { git = "https://github.com/CQCL/hugr", branch = "doug/un-non-local"} +hugr-cli = { git = "https://github.com/CQCL/hugr", branch = "doug/un-non-local"} # hugr-model = { git = "https://github.com/CQCL/hugr", rev = "09bd748398ce5afb39f5628d838756ccc03fc775" } # portgraph = { git = "https://github.com/CQCL/portgraph", rev = "68b96ac737e0c285d8c543b2d74a7aa80a18202c" }