From 8ef9004a3584cf5ec5bbdbf468b2d3efc8ed7ffd Mon Sep 17 00:00:00 2001 From: "Daniel S. Reichenbach" Date: Mon, 24 Aug 2026 12:47:26 +0700 Subject: [PATCH] chore: release v0.1.23 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73d37ce..22582a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1759,7 +1759,7 @@ dependencies = [ [[package]] name = "rilua" -version = "0.1.22" +version = "0.1.23" dependencies = [ "criterion", "flamegraph", diff --git a/Cargo.toml b/Cargo.toml index 5cf23fc..813cbc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rilua" -version = "0.1.22" +version = "0.1.23" authors = ["Daniel S. Reichenbach "] description = "Lua 5.1.1 implemented in Rust, targeting the World of Warcraft addon variant." edition = "2024"