From 9a77ae9ad7eb204fe30bfb9f73682578732e1c23 Mon Sep 17 00:00:00 2001 From: chalharu Date: Mon, 9 Sep 2019 09:47:15 +0900 Subject: [PATCH] Update Cargo.toml change version string --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9c12e1..909cd59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "appro-eq" -version = "0.2.2" +version = "0.3.0" authors = ["Mitsuharu Seki "] repository = "https://github.com/chalharu/rust-appro-eq" keywords = ["assert", "array"]