Skip to content

Commit

Permalink
Release v7.4.0-uplift.syncback.rc.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Jun 6, 2024
1 parent 3c7c088 commit b504713
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 23 deletions.
31 changes: 15 additions & 16 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rojo"
version = "7.4.0-uplift.syncback.rc.11"
version = "7.4.0-uplift.syncback.rc.12"
rust-version = "1.70.0"
authors = ["Lucien Greathouse <[email protected]>"]
description = "Enables professional-grade development tools for Roblox developers"
Expand Down Expand Up @@ -57,11 +57,11 @@ memofs = { version = "0.2.0", path = "crates/memofs" }
# rbx_reflection_database = "0.2.10"
# rbx_xml = "0.13.3"

rbx_binary = { git = "https://github.com/UpliftGames/rbx-dom.git", branch = "master" }
rbx_dom_weak = { git = "https://github.com/UpliftGames/rbx-dom.git", branch = "master" }
rbx_reflection = { git = "https://github.com/UpliftGames/rbx-dom.git", branch = "master" }
rbx_reflection_database = { git = "https://github.com/UpliftGames/rbx-dom.git", branch = "master" }
rbx_xml = { git = "https://github.com/UpliftGames/rbx-dom.git", branch = "master" }
rbx_binary = { git = "https://github.com/UpliftGames/rbx-dom.git", commit = "f6007d561bcde2d120922cec818c0765a00ec460" }
rbx_dom_weak = { git = "https://github.com/UpliftGames/rbx-dom.git", commit = "f6007d561bcde2d120922cec818c0765a00ec460" }
rbx_reflection = { git = "https://github.com/UpliftGames/rbx-dom.git", commit = "f6007d561bcde2d120922cec818c0765a00ec460" }
rbx_reflection_database = { git = "https://github.com/UpliftGames/rbx-dom.git", commit = "f6007d561bcde2d120922cec818c0765a00ec460" }
rbx_xml = { git = "https://github.com/UpliftGames/rbx-dom.git", commit = "f6007d561bcde2d120922cec818c0765a00ec460" }

anyhow = "1.0.44"
backtrace = "0.3.61"
Expand Down
2 changes: 1 addition & 1 deletion plugin/Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.0-uplift.syncback.rc.11
7.4.0-uplift.syncback.rc.12

0 comments on commit b504713

Please sign in to comment.