roblox_emulator: bump version

This commit is contained in:
Quaternions 2025-04-23 16:04:03 -07:00
parent 9a636d5b50
commit 95fffbbf42
Signed by: Quaternions
GPG Key ID: D0DF5964F79AC131
3 changed files with 3 additions and 3 deletions
Cargo.lock
lib
rbx_loader
roblox_emulator

2
Cargo.lock generated

@ -3364,7 +3364,7 @@ dependencies = [
[[package]]
name = "roblox_emulator"
version = "0.4.7"
version = "0.5.0"
dependencies = [
"glam",
"mlua",

@ -19,6 +19,6 @@ rbx_mesh = "0.3.1"
rbx_reflection_database = "1.0.0"
rbx_xml = { version = "1.1.0-sn4", registry = "strafesnet" }
rbxassetid = { version = "0.1.0", path = "../rbxassetid", registry = "strafesnet" }
roblox_emulator = { version = "0.4.7", path = "../roblox_emulator", default-features = false, registry = "strafesnet" }
roblox_emulator = { version = "0.5.0", path = "../roblox_emulator", default-features = false, registry = "strafesnet" }
strafesnet_common = { version = "0.6.0", path = "../common", registry = "strafesnet" }
strafesnet_deferred_loader = { version = "0.5.0", path = "../deferred_loader", registry = "strafesnet" }

@ -1,6 +1,6 @@
[package]
name = "roblox_emulator"
version = "0.4.7"
version = "0.5.0"
edition = "2024"
repository = "https://git.itzana.me/StrafesNET/strafe-project"
license = "MIT OR Apache-2.0"