From 78670a2a273175a5619fb0fbcead56766ce5dd42 Mon Sep 17 00:00:00 2001 From: Hakan Seven Date: Wed, 1 Jul 2026 23:55:31 +0300 Subject: [PATCH] fix(dwg): bump acadrust for R2013 save conformance (#182, #225) Pull in acadrust 4ae2ceb, which fixes two R2013+ (AC1027) DWG writer bugs that made OCS-saved files unreadable in AutoCAD/TrueView/BricsCAD: - #182: R2013 header string stream was unlocatable because the file wrote maintenance_version 0 (omitting the R2010+ extra RL). - #225: 3DSOLID/REGION/BODY omitted the R2013+ revision block, corrupting the entity stream and dropping 3D solids on load. 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 cae35b8b..b8f5880c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" [[package]] name = "acadrust" version = "0.4.0" -source = "git+https://github.com/HakanSeven12/acadrust?branch=main#ad0471e6011856acd9763f5a7fc5389d189931a6" +source = "git+https://github.com/HakanSeven12/acadrust?branch=main#4ae2ceb72f00b69e983b20111c809aecf138814c" dependencies = [ "ahash 0.8.12", "anyhow",