v0.3.2 error trait + Services constructor

This commit is contained in:
Quaternions 2024-10-03 21:39:24 -07:00
parent a88debe9f1
commit db8e22c34d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -318,7 +318,7 @@ dependencies = [
[[package]]
name = "roblox_emulator"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"glam",
"mlua",

View File

@ -1,6 +1,6 @@
[package]
name = "roblox_emulator"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
repository = "https://git.itzana.me/StrafesNET/roblox_emulator"
license = "MIT OR Apache-2.0"