From 6c6b453acf6ba4ce92a09fe176d2a017695436c4 Mon Sep 17 00:00:00 2001 From: jabu Date: Sat, 25 Mar 2023 07:21:07 -0500 Subject: [PATCH] 0.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc832a9..767d3ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_spine" -version = "0.5.1" +version = "0.5.2" edition = "2021" description = "Spine runtime for Rust (and wasm!) transpiled from the official C Runtime." homepage = "https://github.com/jabuwu/rusty_spine"