Update rbx_dom for 7.4.x branch (#948)

This commit is contained in:
Micah
2024-07-23 10:35:06 -07:00
committed by GitHub
parent 67b6a7e198
commit d179240139
4 changed files with 3222 additions and 700 deletions

View File

@@ -49,11 +49,11 @@ memofs = { version = "0.2.0", path = "crates/memofs" }
# rbx_reflection_database = { path = "../rbx-dom/rbx_reflection_database" }
# rbx_xml = { path = "../rbx-dom/rbx_xml" }
rbx_binary = "0.7.4"
rbx_dom_weak = "2.7.0"
rbx_reflection = "4.5.0"
rbx_reflection_database = "0.2.10"
rbx_xml = "0.13.3"
rbx_binary = "0.7.5"
rbx_dom_weak = "2.8.0"
rbx_reflection = "4.6.0"
rbx_reflection_database = "0.2.11"
rbx_xml = "0.13.4"
anyhow = "1.0.44"
backtrace = "0.3.61"