Skip to content

Commit

Permalink
Use ken's dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethloeffler committed Aug 1, 2024
1 parent 844f51d commit a89b764
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ 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.5"
rbx_dom_weak = "2.8.0"
rbx_reflection = "4.6.0"
rbx_reflection_database = "0.2.11"
rbx_xml = "0.13.4"
rbx_binary = { git = "https://github.com/kennethloeffler/rbx-dom", branch = "rbx-binary-postorder" }
rbx_dom_weak = { git = "https://github.com/kennethloeffler/rbx-dom", branch = "rbx-binary-postorder" }
rbx_reflection = { git = "https://github.com/kennethloeffler/rbx-dom", branch = "rbx-binary-postorder" }
rbx_reflection_database = { git = "https://github.com/kennethloeffler/rbx-dom", branch = "rbx-binary-postorder" }
rbx_xml = { git = "https://github.com/kennethloeffler/rbx-dom", branch = "rbx-binary-postorder" }

anyhow = "1.0.44"
backtrace = "0.3.61"
Expand Down

0 comments on commit a89b764

Please sign in to comment.