From 05a5bd4c630ff90afe1a6767053edebfaa6ede07 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 9 Apr 2023 22:37:25 +0900 Subject: [PATCH] Start next development iteration 0.2.0-alpha.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c401828..c630983 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ac-library-rs" -version = "0.1.1" +version = "0.2.0-alpha.1" edition = "2018" rust-version = "1.42" description = "A Rust port of AtCoder Library (ACL)."