From b2d9400f0e3e216f00f3bb0ab8eb899d3f10f3df Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 14 Jan 2026 00:30:18 +0900 Subject: [PATCH] Cargo.toml: 0.1.0 -> 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07a6b6f..5aac253 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muscl" -version = "0.1.0" +version = "1.0.0" edition = "2024" resolver = "2" license = "BSD-3-Clause"