From 1f54b1241fbd1484fa91ed270accd4d0e8a09adb Mon Sep 17 00:00:00 2001 From: Hakan Seven Date: Thu, 11 Jun 2026 19:44:53 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20acadrust=20=E2=80=94=20dynamic-?= =?UTF-8?q?block=20visibility=20parsing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Brings in AcDbBlockVisibilityParameter / AcDbBlockRepresentationData parsing and the dynamic_visibility_for_insert resolver, the foundation for the upcoming visibility-state UI. 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 55b25b85..53318b57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,7 +56,7 @@ checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" [[package]] name = "acadrust" version = "0.3.4" -source = "git+https://github.com/HakanSeven12/acadrust?branch=main#426a35372c509e07e075ed247b2fa964216df345" +source = "git+https://github.com/HakanSeven12/acadrust?branch=main#33b43e0b1922fa3fd18cd1e6a6752a5e27209cc1" dependencies = [ "ahash", "anyhow",