build: update acadrust cleanup revision

This commit is contained in:
Hakan Seven 2026-07-31 18:13:37 +03:00
commit e23dde8eae
3 changed files with 2 additions and 5 deletions

2
Cargo.lock generated
View file

@ -81,7 +81,7 @@ checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618"
[[package]]
name = "acadrust"
version = "0.4.0"
source = "git+https://github.com/OpenAEC-Foundation/acadifc.git?rev=6d9b1ec#6d9b1ec42acd171e95ea3954da773aac6869e10f"
source = "git+https://github.com/OpenAEC-Foundation/acadifc.git?rev=1fbd233#1fbd233736a29bd532a8344161e081bce7e35739"
dependencies = [
"ahash 0.8.12",
"anyhow",

View file

@ -58,7 +58,7 @@ windows-sys = { version = "0.61", features = ["Win32_UI_Shell", "Win32_UI_Window
ashpd = { version = "0.13.13", default-features = false, features = ["async-io", "wayland"] }
[patch.crates-io]
acadrust = { git = "https://github.com/OpenAEC-Foundation/acadifc.git", rev = "6d9b1ec" }
acadrust = { git = "https://github.com/OpenAEC-Foundation/acadifc.git", rev = "1fbd233" }
iced_core = { git = "https://github.com/iced-rs/iced.git", rev = "23604ff22ab0aad9e00b9327cb7b8546ed84db39" }
iced_widget = { git = "https://github.com/iced-rs/iced.git", rev = "23604ff22ab0aad9e00b9327cb7b8546ed84db39" }

View file

@ -213,9 +213,6 @@ pub fn create_annotation_context(
is_default,
scale: scale_handle,
kind,
source_raw: None,
source_handle_bits: 0,
source_version: None,
};
doc.objects
.insert(leaf_h, ObjectType::ObjectContextData(leaf));