Skip to content

Commit 72a8823

Browse files
committed
Update version of dependencies and CLI
1 parent 1c30205 commit 72a8823

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rojo"
3-
version = "7.5.1"
3+
version = "7.5.1+uplift.syncback.rc.21"
44
rust-version = "1.70.0"
55
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
66
description = "Enables professional-grade development tools for Roblox developers"
@@ -51,11 +51,11 @@ memofs = { version = "0.3.0", path = "crates/memofs" }
5151
# rbx_reflection_database = { path = "../rbx-dom/rbx_reflection_database" }
5252
# rbx_xml = { path = "../rbx-dom/rbx_xml" }
5353

54-
rbx_binary = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "bc78a6fe8be2ab4803a8c7b11bb773b630aee09f" }
55-
rbx_dom_weak = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "bc78a6fe8be2ab4803a8c7b11bb773b630aee09f" }
56-
rbx_reflection = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "bc78a6fe8be2ab4803a8c7b11bb773b630aee09f" }
57-
rbx_reflection_database = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "bc78a6fe8be2ab4803a8c7b11bb773b630aee09f" }
58-
rbx_xml = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "bc78a6fe8be2ab4803a8c7b11bb773b630aee09f" }
54+
rbx_binary = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "66e21b397f6e064d86fa6c8d530ce541864b1d2e" }
55+
rbx_dom_weak = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "66e21b397f6e064d86fa6c8d530ce541864b1d2e" }
56+
rbx_reflection = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "66e21b397f6e064d86fa6c8d530ce541864b1d2e" }
57+
rbx_reflection_database = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "66e21b397f6e064d86fa6c8d530ce541864b1d2e" }
58+
rbx_xml = { git = "https://github.com/UpliftGames/rbx-dom.git", rev = "66e21b397f6e064d86fa6c8d530ce541864b1d2e" }
5959

6060
# rbx_binary = "0.7.7"
6161
# rbx_dom_weak = "2.9.0"

plugin/Version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.5.1
1+
7.5.1+uplift.syncback.rc.21

0 commit comments

Comments
 (0)