Skip to content

Commit 652a7d0

Browse files
doug-qmark-kochss2165aborgna-qlmondada
authored
chore!: Bump to hugr-0.20 (#862)
BREAKING CHANGE: bump to hugr 0.20 --------- Co-authored-by: Mark Koch <mark.koch@quantinuum.com> Co-authored-by: Seyon Sivarajah <seyon.sivarajah@quantinuum.com> Co-authored-by: Agustín Borgna <agustin.borgna@quantinuum.com> Co-authored-by: Luca Mondada <luca@mondada.net>
1 parent b9cb9ca commit 652a7d0

68 files changed

Lines changed: 1831 additions & 1635 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ jobs:
226226
- uses: dtolnay/rust-toolchain@master
227227
with:
228228
# Nightly is required to count doctests coverage
229-
toolchain: 'nightly'
229+
# TODO: Pinned due to <https://github.com/CQCL/hugr/issues/2227
230+
toolchain: "nightly-2025-05-14"
230231
components: llvm-tools-preview
231232
- name: Install LLVM and Clang
232233
uses: KyleMayes/install-llvm-action@v2

0 commit comments

Comments
 (0)