From 26cab3b7124f7b2044e25d6fef86f28f2864a580 Mon Sep 17 00:00:00 2001 From: Hakan Seven Date: Thu, 9 Jul 2026 20:42:55 +0300 Subject: [PATCH] fix(dxf): bump acadrust for DXF hatch pattern parsing (#330) Pulls acadrust f1f4dbf, which makes the DXF reader parse hatch pattern definition lines (and types group code 79 correctly) so custom/dashed patterns load identically to the DWG instead of collapsing to flat horizontal lines. 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 668d0d6d..51247317 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#d32c9cf1f77de7c60126a7c3ef0a622b7d148f47" +source = "git+https://github.com/HakanSeven12/acadrust?branch=main#f1f4dbf9f0e1273670556f86d3c26f2b14543fcc" dependencies = [ "ahash 0.8.12", "anyhow",