Skip to content

Commit

Permalink
Downgrade rbx-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Jun 17, 2023
1 parent aaa0977 commit 4cf8905
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Fixed

- Fixed issues with `UniqueId` when using the `roblox` builtin by downgrading `rbx-dom`.

## `0.7.0` - June 12th, 2023

### Breaking Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/lib-roblox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ glam = "0.24"
rand = "0.8"
thiserror = "1.0"

rbx_binary = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "f130d641ff28f64ebc931b179090d6de0851ebbe" }
rbx_dom_weak = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "f130d641ff28f64ebc931b179090d6de0851ebbe" }
rbx_reflection = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "f130d641ff28f64ebc931b179090d6de0851ebbe" }
rbx_reflection_database = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "f130d641ff28f64ebc931b179090d6de0851ebbe" }
rbx_xml = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "f130d641ff28f64ebc931b179090d6de0851ebbe" }
rbx_binary = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "45525315f6b241f14de3085bc6634f90c8684546" }
rbx_dom_weak = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "45525315f6b241f14de3085bc6634f90c8684546" }
rbx_reflection = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "45525315f6b241f14de3085bc6634f90c8684546" }
rbx_reflection_database = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "45525315f6b241f14de3085bc6634f90c8684546" }
rbx_xml = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "45525315f6b241f14de3085bc6634f90c8684546" }

[dev-dependencies]
anyhow = "1.0"

0 comments on commit 4cf8905

Please sign in to comment.