From 15d1bdbdfe7ed7472210ba50222e13b0afecc28f Mon Sep 17 00:00:00 2001 From: Hakan Seven Date: Sun, 12 Jul 2026 19:36:46 +0300 Subject: [PATCH] =?UTF-8?q?chore(deps):=20bump=20acadrust=20=E2=80=94=20re?= =?UTF-8?q?ad=20model-space=20CANNOSCALE=20from=20DWG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up the DWG reader reflecting CANNOSCALE from the AcDbVariableDictionary into the header, so the status-bar annotation-scale pill shows the drawing's real model-space scale (e.g. 1:70) instead of the "1:1" default. 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 4d9423dd..d63e7880 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#b9ad5386d6d6a19c80cf77f6ed7f94f681ba35db" +source = "git+https://github.com/HakanSeven12/acadrust?branch=main#567931103a90dd752e5e99031332a72edf1e34c1" dependencies = [ "ahash 0.8.12", "anyhow",