Release Rojo 7.4.3 (#959)

This commit is contained in:
Micah
2024-08-06 11:26:00 -07:00
committed by GitHub
parent 8ceb40a24e
commit 928bbc098c
4 changed files with 5 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
## Unreleased Changes
## [7.4.3] - August 6th, 2024
* Fixed issue with building binary files introduced in 7.4.2
* Fixed `value of type nil cannot be converted to number` warning spam in output. [#955]
[#955]: https://github.com/rojo-rbx/rojo/pull/893

2
Cargo.lock generated
View File

@@ -1831,7 +1831,7 @@ dependencies = [
[[package]]
name = "rojo"
version = "7.4.2"
version = "7.4.3"
dependencies = [
"anyhow",
"backtrace",

View File

@@ -1,6 +1,6 @@
[package]
name = "rojo"
version = "7.4.2"
version = "7.4.3"
rust-version = "1.70.0"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
description = "Enables professional-grade development tools for Roblox developers"

View File

@@ -1 +1 @@
7.4.2
7.4.3