bump library versions

This commit is contained in:
2025-01-29 14:14:58 -08:00
parent ff57825232
commit c128046d88
5 changed files with 10 additions and 10 deletions
Cargo.lock
integration-testing
lib
bsp_loader
common
rbx_loader

@ -1,6 +1,6 @@
[package]
name = "strafesnet_rbx_loader"
version = "0.5.2"
version = "0.6.0"
edition = "2021"
repository = "https://git.itzana.me/StrafesNET/strafe-project"
license = "MIT OR Apache-2.0"
@ -21,4 +21,4 @@ rbx_xml = { version = "0.13.3", registry = "strafesnet" }
rbxassetid = { version = "0.1.0", path = "../rbxassetid" }
roblox_emulator = { path = "../roblox_emulator", registry = "strafesnet" }
strafesnet_common = { path = "../common", registry = "strafesnet" }
strafesnet_deferred_loader = { version = "0.5.0", path = "../deferred_loader" }
strafesnet_deferred_loader = { path = "../deferred_loader" }