From 61502d8c2d98461aa0223eff46f5c5a42e6122fe Mon Sep 17 00:00:00 2001 From: Hakan Seven Date: Tue, 14 Jul 2026 13:44:59 +0300 Subject: [PATCH] deps: bump acadrust to 6365020 (MULTILEADER annotative default false) Picks up the DXF over-annotative MULTILEADER fix (companion to the MTEXT one): enable_annotation_scale now defaults false and DXF reads code 293. 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 e2ce0550..155d2f65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,7 +73,7 @@ checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" [[package]] name = "acadrust" version = "0.4.0" -source = "git+https://github.com/HakanSeven12/acadrust?branch=main#2af0eb5013d76f31e07102f6deb0e04012fd2f20" +source = "git+https://github.com/HakanSeven12/acadrust?branch=main#6365020849eba24aaba4da709be7b8d476d520db" dependencies = [ "ahash 0.8.12", "anyhow",