From fac1f318d7e4f50b85a17e0309f11a1d23890124 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sat, 5 Oct 2024 21:54:01 -0700 Subject: [PATCH] v0.4.3 rewrite Instances to be a single UserData type using a class function database --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 260d89e..24a3606 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -402,7 +402,7 @@ dependencies = [ [[package]] name = "roblox_emulator" -version = "0.4.2" +version = "0.4.3" dependencies = [ "glam", "mlua", diff --git a/Cargo.toml b/Cargo.toml index 0172374..610718c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roblox_emulator" -version = "0.4.2" +version = "0.4.3" edition = "2021" repository = "https://git.itzana.me/StrafesNET/roblox_emulator" license = "MIT OR Apache-2.0"