Skip to content

Commit

Permalink
Update rbx-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
Corecii committed May 25, 2023
1 parent e31f3c0 commit 25714e3
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 19 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased Changes

## [7.3.0-uplift.11] - 2023-05-25

* Updates rbx-dom to fix issues with UniqueId

## [7.3.0-uplift.10] - 2023-04-22

* Adds MeshPart support
Expand Down
22 changes: 11 additions & 11 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.3.0-uplift.10"
version = "7.3.0-uplift.11"
rust-version = "1.58.1"
authors = ["Lucien Greathouse <[email protected]>"]
description = "Enables professional-grade development tools for Roblox developers"
Expand Down Expand Up @@ -51,11 +51,11 @@ memofs = { version = "0.2.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", rev = "9b0615dbc6352d9526fc2ee7924365be7031c13e" }
rbx_dom_weak = { git = "https://github.com/UpliftGames/rbx-dom", rev = "9b0615dbc6352d9526fc2ee7924365be7031c13e" }
rbx_reflection = { git = "https://github.com/UpliftGames/rbx-dom", rev = "9b0615dbc6352d9526fc2ee7924365be7031c13e" }
rbx_reflection_database = { git = "https://github.com/UpliftGames/rbx-dom", rev = "9b0615dbc6352d9526fc2ee7924365be7031c13e" }
rbx_xml = { git = "https://github.com/UpliftGames/rbx-dom", rev = "9b0615dbc6352d9526fc2ee7924365be7031c13e" }
rbx_binary = { git = "https://github.com/UpliftGames/rbx-dom", rev = "50e8bd040fc26e8271bbaefd05c59b2658392e80" }
rbx_dom_weak = { git = "https://github.com/UpliftGames/rbx-dom", rev = "50e8bd040fc26e8271bbaefd05c59b2658392e80" }
rbx_reflection = { git = "https://github.com/UpliftGames/rbx-dom", rev = "50e8bd040fc26e8271bbaefd05c59b2658392e80" }
rbx_reflection_database = { git = "https://github.com/UpliftGames/rbx-dom", rev = "50e8bd040fc26e8271bbaefd05c59b2658392e80" }
rbx_xml = { git = "https://github.com/UpliftGames/rbx-dom", rev = "50e8bd040fc26e8271bbaefd05c59b2658392e80" }

anyhow = "1.0.44"
backtrace = "0.3.61"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Rojo can be installed with Aftman, a toolchain manager for Roblox projects:

```toml
[tools]
rojo = "UpliftGames/[email protected].10"
rojo = "UpliftGames/[email protected].11"
```

### From GitHub Releases
Expand Down
2 changes: 1 addition & 1 deletion plugin/wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rojo-rbx/rojo"
description = "Rojo enables Roblox developers to use professional-grade software engineering tools"
version = "7.3.0-uplift.10"
version = "7.3.0-uplift.11"
license = "MPL-2.0"
authors = ["LPGhatguy (https://lpg.space/)"]
registry = "https://github.com/upliftgames/wally-index"
Expand Down

0 comments on commit 25714e3

Please sign in to comment.