From 5052d2338c41c9d60675df3e540c3f3ffd1ea5dd Mon Sep 17 00:00:00 2001 From: Hakan Seven Date: Sun, 21 Jun 2026 07:52:25 +0300 Subject: [PATCH] fix(block): bump acadrust so REFEDIT'd arcs aren't distorted Picks up the acadrust transform_arc fix that rotates/reflects an arc's start/end angles, so editing a rotated or mirrored block in place (and rotating/scaling a standalone arc) keeps arcs intact. Co-Authored-By: Claude Opus 4.8 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 0d5b5e08..e3b41164 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,7 +70,7 @@ checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" [[package]] name = "acadrust" version = "0.3.4" -source = "git+https://github.com/HakanSeven12/acadrust?branch=main#07006d104150006332d2873413afba9620cf0aa3" +source = "git+https://github.com/HakanSeven12/acadrust?branch=main#3a1b66d7ec79fe576da465de48210d002dd52985" dependencies = [ "ahash", "anyhow",