Skip to content

Commit

Permalink
Update reflection db
Browse files Browse the repository at this point in the history
  • Loading branch information
Corecii committed Mar 12, 2023
1 parent 4778290 commit 6ee233e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased Changes

## [7.2.2-uplift.release.8] - 2023-03-12
* Update reflection database to enable migrations

## [7.2.2-uplift.release.7] - 2023-03-12
* Adds migrations for Font and Gui Inset via rbx_dom update

Expand Down
14 changes: 7 additions & 7 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.2.2-uplift.release.7"
version = "7.2.2-uplift.release.8"
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", branch = "uplift-games-fork-releases" }
rbx_dom_weak = { git = "https://github.com/UpliftGames/rbx-dom", branch = "uplift-games-fork-releases" }
rbx_reflection = { git = "https://github.com/UpliftGames/rbx-dom", branch = "uplift-games-fork-releases" }
rbx_reflection_database = { git = "https://github.com/UpliftGames/rbx-dom", branch = "uplift-games-fork-releases" }
rbx_xml = { git = "https://github.com/UpliftGames/rbx-dom", branch = "uplift-games-fork-releases" }
rbx_binary = { git = "https://github.com/UpliftGames/rbx-dom", rev = "af4ba36e50c27b420216c7e473e0abcc8a93f604" }
rbx_dom_weak = { git = "https://github.com/UpliftGames/rbx-dom", rev = "af4ba36e50c27b420216c7e473e0abcc8a93f604" }
rbx_reflection = { git = "https://github.com/UpliftGames/rbx-dom", rev = "af4ba36e50c27b420216c7e473e0abcc8a93f604" }
rbx_reflection_database = { git = "https://github.com/UpliftGames/rbx-dom", rev = "af4ba36e50c27b420216c7e473e0abcc8a93f604" }
rbx_xml = { git = "https://github.com/UpliftGames/rbx-dom", rev = "af4ba36e50c27b420216c7e473e0abcc8a93f604" }

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 @@ -69,7 +69,7 @@ Rojo can be installed with Aftman, a toolchain manager for Roblox projects:

```toml
[tools]
rojo = "UpliftGames/[email protected].7"
rojo = "UpliftGames/[email protected].8"
```

### From GitHub Releases
Expand Down

0 comments on commit 6ee233e

Please sign in to comment.