From a89b764f2ab3c267a62b20895b54ffe186e6349a Mon Sep 17 00:00:00 2001 From: kennethloeffler Date: Thu, 1 Aug 2024 15:22:02 +0100 Subject: [PATCH] Use ken's dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 90db31e7b..8c59c502d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"