From a0f8562226642d8bb7e3c4614015dcfd71f814d2 Mon Sep 17 00:00:00 2001 From: David Stadelmann Date: Wed, 1 Jul 2026 09:54:49 +0200 Subject: [PATCH] chore: unify and update tidy dependency to 0.4.3 in src/circuit.typ and manual.typ --- manual.typ | 2 +- src/circuit.typ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manual.typ b/manual.typ index 2b2a04b..bb28013 100644 --- a/manual.typ +++ b/manual.typ @@ -1,4 +1,4 @@ -#import "@preview/tidy:0.4.1" +#import "@preview/tidy:0.4.3" #import "@preview/cetz:0.5.2": draw, canvas #import "src/lib.typ" #import "doc/examples.typ" diff --git a/src/circuit.typ b/src/circuit.typ index e68e823..d7a590e 100644 --- a/src/circuit.typ +++ b/src/circuit.typ @@ -1,5 +1,5 @@ #import "@preview/cetz:0.5.2": canvas -#import "@preview/tidy:0.3.0" +#import "@preview/tidy:0.4.3" /// Draws a block circuit diagram ///