From 313a0eacfd431fdbb0aed246d09e200da25d5d43 Mon Sep 17 00:00:00 2001 From: Hakan Seven Date: Fri, 3 Jul 2026 21:17:04 +0300 Subject: [PATCH] =?UTF-8?q?chore(deps):=20bump=20acadrust=20to=206d5c47b?= =?UTF-8?q?=20(issue=20225=20=E2=80=94=20DWG=20opens=20in=20strict=20reade?= =?UTF-8?q?rs)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pulls the acadrust fixes that make a saved DWG containing 3D solids open cleanly in a strict conformance reader: the AcDsPrototype datastore section is now built correctly (segment-header ds_version, datidx, and the handle-sorted search index) so 3D solids keep their geometry instead of being dropped, and a dim-style/block handle collision on read is repaired so layouts round-trip. Validated end-to-end on two real 107- and 273-solid files. 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 471ea392..d17433f9 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#9142a501ddd603c473fb619c84bf01563e8a3599" +source = "git+https://github.com/HakanSeven12/acadrust?branch=main#6d5c47b789355a36f2b07d520de0d587898cf4a5" dependencies = [ "ahash 0.8.12", "anyhow",