Skip to content

Commit

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

## Unreleased

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

## 0.13.4 (2024-07-23)
* Updated rbx-dom dependencies

Expand Down
8 changes: 4 additions & 4 deletions rbx_xml/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rbx_xml"
description = "Implementation of Roblox's XML file formats, rbxlx and rbxmx"
version = "0.13.4"
version = "0.13.5"
license = "MIT"
documentation = "https://docs.rs/rbx_xml"
homepage = "https://github.com/rojo-rbx/rbx-dom"
Expand All @@ -11,9 +11,9 @@ authors = ["Lucien Greathouse <[email protected]>"]
edition = "2018"

[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" }

base64 = "0.13.0"
log = "0.4.17"
Expand Down

0 comments on commit c7fbf50

Please sign in to comment.