Skip to content

Commit

Permalink
Update rbx-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Sep 24, 2024
1 parent 4cf075f commit f7ac24b
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 17 deletions.
66 changes: 54 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 11 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,17 @@ memofs = { version = "0.3.0", path = "crates/memofs" }
# rbx_reflection_database = { path = "../rbx-dom/rbx_reflection_database" }
# rbx_xml = { path = "../rbx-dom/rbx_xml" }

rbx_binary = "0.7.7"
rbx_dom_weak = "2.9.0"
rbx_reflection = "4.7.0"
rbx_reflection_database = "0.2.12"
rbx_xml = "0.13.5"
rbx_binary = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "4530e2bf06ede5d00bd22345a3fcbdcd0c7e8308" }
rbx_dom_weak = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "4530e2bf06ede5d00bd22345a3fcbdcd0c7e8308" }
rbx_reflection = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "4530e2bf06ede5d00bd22345a3fcbdcd0c7e8308" }
rbx_reflection_database = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "4530e2bf06ede5d00bd22345a3fcbdcd0c7e8308" }
rbx_xml = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "4530e2bf06ede5d00bd22345a3fcbdcd0c7e8308" }

# rbx_binary = "0.7.7"
# rbx_dom_weak = "2.9.0"
# rbx_reflection = "4.7.0"
# rbx_reflection_database = "0.2.12"
# rbx_xml = "0.13.5"

anyhow = "1.0.80"
backtrace = "0.3.69"
Expand Down

0 comments on commit f7ac24b

Please sign in to comment.