From e29dcaf89138521d381abfc8d0d6a9cac7e34ace Mon Sep 17 00:00:00 2001 From: dacite Date: Thu, 2 Jun 2022 14:46:56 -0700 Subject: [PATCH] Change version --- datfile_parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datfile_parser/Cargo.toml b/datfile_parser/Cargo.toml index fbeaeee..3c1ccd1 100644 --- a/datfile_parser/Cargo.toml +++ b/datfile_parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wot_datfile_parser" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["dacite "]