Update to latest rbx-dom 2.0 dependencies, including Lua

This commit is contained in:
Lucien Greathouse
2021-07-02 16:04:43 -04:00
parent 26a08f4d9f
commit 2377f41036
5 changed files with 4019 additions and 6018 deletions

View File

@@ -54,11 +54,11 @@ memofs = { version = "0.1.2", path = "memofs" }
# rbx_reflection_database = { path = "../rbx-dom/rbx_reflection_database" }
# rbx_xml = { path = "../rbx-dom/rbx_xml" }
rbx_binary = "0.6.0"
rbx_dom_weak = "2.0.0"
rbx_reflection = "4.0.0"
rbx_reflection_database = "0.2.0"
rbx_xml = "0.12.0"
rbx_binary = "0.6.1"
rbx_dom_weak = "2.1.0"
rbx_reflection = "4.1.0"
rbx_reflection_database = "0.2.1"
rbx_xml = "0.12.1"
anyhow = "1.0.27"
backtrace = "0.3"