From b4e222a012599849be8c3d7800c77dc7943cec57 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Thu, 2 Mar 2023 00:04:07 -0800 Subject: [PATCH] v0.1.4 Release notes: - Full `cubing.js` compatible move parsing. - Change to `u32` and `i32` for numbers. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2eaaa7..e6e4ac8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cubing" -version = "0.1.3" +version = "0.1.4" authors = ["Lucas Garron