From 3d90450b3fc0cbf7f77d4e8caeeacd59918febde Mon Sep 17 00:00:00 2001 From: Hakan Seven Date: Mon, 27 Jul 2026 18:19:56 +0300 Subject: [PATCH] build(deps): update AcadIfc revision Pull the default multileader and table style initialization from AcadIfc. Refs #523 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8ee5813..d7a22fa2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,7 +75,7 @@ checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" [[package]] name = "acadrust" version = "0.4.0" -source = "git+https://github.com/OpenAEC-Foundation/acadifc.git?rev=4afb27d#4afb27db9a15d5f94b117b881e44a3c0e6c91795" +source = "git+https://github.com/OpenAEC-Foundation/acadifc.git?rev=a66b0d9#a66b0d994c052e446fd0d6168bef9ec2b2aceed8" dependencies = [ "ahash 0.8.12", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 8f17eaa9..1ed48982 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ windows-sys = { version = "0.61", features = ["Win32_UI_Shell", "Win32_UI_Window [patch.crates-io] # Track standard DWG object relationships used by the scene integration. -acadrust = { git = "https://github.com/OpenAEC-Foundation/acadifc.git", rev = "4afb27d" } +acadrust = { git = "https://github.com/OpenAEC-Foundation/acadifc.git", rev = "a66b0d9" } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] # Native enables the plugin host runtime (out-of-process plugins).