From b5bee92335d0591e5018bfc85c4f832cb25edfa4 Mon Sep 17 00:00:00 2001 From: Hakan Seven Date: Fri, 3 Jul 2026 07:04:07 +0300 Subject: [PATCH] chore(deps): bump acadrust to e06182f (AcDs 3DSOLID fix, issue 225) Pulls the acadrust fix that links R2013+ 3DSOLID/REGION/BODY geometry to its AcDs SAB blob (writes the has_ds_data flag, corrects the AcDsPrototype header, and pairs blobs in object-stream order). DWG files saved with 3D solids now reopen with their geometry intact in AutoCAD/BricsCAD instead of being dropped as an empty data stream. 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 3987a12c..1ce387d2 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#ef0e2310c3b2449cf28f8da02c22b831cdc4a50b" +source = "git+https://github.com/HakanSeven12/acadrust?branch=main#e06182f6ba9166e2215168114484ea6b6a257996" dependencies = [ "ahash 0.8.12", "anyhow",