Skip to content

Commit

Permalink
Release rbx_binary v0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Aug 22, 2024
1 parent c0b5747 commit 6d1d22d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions rbx_binary/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

## 0.7.7 (2024-08-22)
* Updated rbx-dom dependencies

## 0.7.6 (2024-08-06)
* Changed the way instances are added to the serializer to a depth-first post-order traversal. ([#432])

Expand Down
8 changes: 4 additions & 4 deletions rbx_binary/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rbx_binary"
description = "Implementation of Roblox's binary model (rbxm) and place (rbxl) file formats"
version = "0.7.6"
version = "0.7.7"
license = "MIT"
documentation = "https://docs.rs/rbx_binary"
homepage = "https://github.com/rojo-rbx/rbx-dom"
Expand All @@ -14,9 +14,9 @@ edition = "2018"
unstable_text_format = ["serde"]

[dependencies]
rbx_dom_weak = { version = "2.8.0", path = "../rbx_dom_weak" }
rbx_reflection = { version = "4.6.0", path = "../rbx_reflection" }
rbx_reflection_database = { version = "0.2.11", path = "../rbx_reflection_database" }
rbx_dom_weak = { version = "2.9.0", path = "../rbx_dom_weak" }
rbx_reflection = { version = "4.7.0", path = "../rbx_reflection" }
rbx_reflection_database = { version = "0.2.12", path = "../rbx_reflection_database" }

log = "0.4.17"
lz4 = "1.23.3"
Expand Down

0 comments on commit 6d1d22d

Please sign in to comment.