From 3560bd19da5ea869027dd2cbf5b0bb528247d5d2 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 16 Jan 2024 13:58:52 +0900 Subject: [PATCH] Release 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81d2197..e345b8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mesh-loader" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.60" license = "Apache-2.0"