diff --git a/Cargo.lock b/Cargo.lock index db953e373..e5fdafc38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1573,7 +1573,7 @@ dependencies = [ [[package]] name = "rbx_binary" version = "0.7.7" -source = "git+https://github.com/UpliftGames/rbx-dom.git?rev=a0371d55068147f188548e7423331ae2cc712516#a0371d55068147f188548e7423331ae2cc712516" +source = "git+https://github.com/UpliftGames/rbx-dom.git?rev=b07a3ec92ced430a2370f8653fd9e112ce930849#b07a3ec92ced430a2370f8653fd9e112ce930849" dependencies = [ "ahash", "log", @@ -1589,7 +1589,7 @@ dependencies = [ [[package]] name = "rbx_dom_weak" version = "2.9.0" -source = "git+https://github.com/UpliftGames/rbx-dom.git?rev=a0371d55068147f188548e7423331ae2cc712516#a0371d55068147f188548e7423331ae2cc712516" +source = "git+https://github.com/UpliftGames/rbx-dom.git?rev=b07a3ec92ced430a2370f8653fd9e112ce930849#b07a3ec92ced430a2370f8653fd9e112ce930849" dependencies = [ "ahash", "rbx_types", @@ -1600,7 +1600,7 @@ dependencies = [ [[package]] name = "rbx_reflection" version = "4.7.0" -source = "git+https://github.com/UpliftGames/rbx-dom.git?rev=a0371d55068147f188548e7423331ae2cc712516#a0371d55068147f188548e7423331ae2cc712516" +source = "git+https://github.com/UpliftGames/rbx-dom.git?rev=b07a3ec92ced430a2370f8653fd9e112ce930849#b07a3ec92ced430a2370f8653fd9e112ce930849" dependencies = [ "rbx_types", "serde", @@ -1610,7 +1610,7 @@ dependencies = [ [[package]] name = "rbx_reflection_database" version = "0.2.12+roblox-638" -source = "git+https://github.com/UpliftGames/rbx-dom.git?rev=a0371d55068147f188548e7423331ae2cc712516#a0371d55068147f188548e7423331ae2cc712516" +source = "git+https://github.com/UpliftGames/rbx-dom.git?rev=b07a3ec92ced430a2370f8653fd9e112ce930849#b07a3ec92ced430a2370f8653fd9e112ce930849" dependencies = [ "lazy_static", "rbx_reflection", @@ -1621,7 +1621,7 @@ dependencies = [ [[package]] name = "rbx_types" version = "1.10.0" -source = "git+https://github.com/UpliftGames/rbx-dom.git?rev=a0371d55068147f188548e7423331ae2cc712516#a0371d55068147f188548e7423331ae2cc712516" +source = "git+https://github.com/UpliftGames/rbx-dom.git?rev=b07a3ec92ced430a2370f8653fd9e112ce930849#b07a3ec92ced430a2370f8653fd9e112ce930849" dependencies = [ "base64 0.13.1", "bitflags 1.3.2", @@ -1635,7 +1635,7 @@ dependencies = [ [[package]] name = "rbx_xml" version = "0.13.5" -source = "git+https://github.com/UpliftGames/rbx-dom.git?rev=a0371d55068147f188548e7423331ae2cc712516#a0371d55068147f188548e7423331ae2cc712516" +source = "git+https://github.com/UpliftGames/rbx-dom.git?rev=b07a3ec92ced430a2370f8653fd9e112ce930849#b07a3ec92ced430a2370f8653fd9e112ce930849" dependencies = [ "ahash", "base64 0.13.1", @@ -1834,7 +1834,7 @@ dependencies = [ [[package]] name = "rojo" -version = "7.4.0-uplift.syncback.rc.18" +version = "7.4.0-uplift.syncback.rc.19" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 54e9eb667..2d96778ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "7.4.0-uplift.syncback.rc.18" +version = "7.4.0-uplift.syncback.rc.19" rust-version = "1.70.0" authors = ["Lucien Greathouse "] description = "Enables professional-grade development tools for Roblox developers" @@ -51,11 +51,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 = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "a0371d55068147f188548e7423331ae2cc712516" } -rbx_dom_weak = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "a0371d55068147f188548e7423331ae2cc712516" } -rbx_reflection = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "a0371d55068147f188548e7423331ae2cc712516" } -rbx_reflection_database = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "a0371d55068147f188548e7423331ae2cc712516" } -rbx_xml = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "a0371d55068147f188548e7423331ae2cc712516" } +rbx_binary = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "b07a3ec92ced430a2370f8653fd9e112ce930849" } +rbx_dom_weak = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "b07a3ec92ced430a2370f8653fd9e112ce930849" } +rbx_reflection = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "b07a3ec92ced430a2370f8653fd9e112ce930849" } +rbx_reflection_database = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "b07a3ec92ced430a2370f8653fd9e112ce930849" } +rbx_xml = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "b07a3ec92ced430a2370f8653fd9e112ce930849" } # rbx_binary = "0.7.7" # rbx_dom_weak = "2.9.0" diff --git a/plugin/Version.txt b/plugin/Version.txt index 7e938f27b..58a65b261 100644 --- a/plugin/Version.txt +++ b/plugin/Version.txt @@ -1 +1 @@ -7.4.0-uplift.syncback.rc.18 \ No newline at end of file +7.4.0-uplift.syncback.rc.19 \ No newline at end of file