Release v7.7.0 (#1286)

This commit is contained in:
Micah
2026-07-01 17:59:58 -07:00
committed by GitHub
parent 16633e3c65
commit bcadc97de2
9 changed files with 9168 additions and 1640 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rojo"
version = "7.7.0-rc.1"
version = "7.7.0"
rust-version = "1.88"
authors = [
"Lucien Greathouse <me@lpghatguy.com>",
@@ -46,7 +46,7 @@ name = "build"
harness = false
[dependencies]
memofs = { version = "0.3.1", path = "crates/memofs" }
memofs = { version = "0.4.0", path = "crates/memofs" }
# These dependencies can be uncommented when working on rbx-dom simultaneously
# rbx_binary = { path = "../rbx-dom/rbx_binary", features = [
@@ -57,11 +57,11 @@ memofs = { version = "0.3.1", path = "crates/memofs" }
# rbx_reflection_database = { path = "../rbx-dom/rbx_reflection_database" }
# rbx_xml = { path = "../rbx-dom/rbx_xml" }
rbx_binary = { version = "2.0.1", features = ["unstable_text_format"] }
rbx_dom_weak = "4.1.0"
rbx_reflection = "6.1.0"
rbx_reflection_database = "2.0.2"
rbx_xml = "2.0.1"
rbx_binary = { version = "3.0.0", features = ["unstable_text_format"] }
rbx_dom_weak = "4.2.0"
rbx_reflection = "7.0.0"
rbx_reflection_database = "3.0.0"
rbx_xml = "3.0.0"
anyhow = "1.0.80"
backtrace = "0.3.69"
@@ -112,7 +112,7 @@ serde_bytes = "0.11.19"
winreg = "0.10.1"
[build-dependencies]
memofs = { version = "0.3.0", path = "crates/memofs" }
memofs = { version = "0.4.0", path = "crates/memofs" }
embed-resource = "1.8.0"
anyhow = "1.0.80"