From 706ba24bf9117b23dd7e15b91528154e46e798cb Mon Sep 17 00:00:00 2001 From: dacite Date: Wed, 1 Mar 2023 21:55:27 -0800 Subject: [PATCH] Bump versions again for datfile parser --- datfile_parser/Cargo.toml | 2 +- datfile_parser/src/lib/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/datfile_parser/Cargo.toml b/datfile_parser/Cargo.toml index 30282e5..278b06e 100644 --- a/datfile_parser/Cargo.toml +++ b/datfile_parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wot_datfile_parser" -version = "0.4.0" +version = "0.4.1" edition = "2021" authors = ["dacite "] description = "A parser for `.dat` files generated by the game World of Tanks" diff --git a/datfile_parser/src/lib/lib.rs b/datfile_parser/src/lib/lib.rs index 1ec065d..96141c1 100644 --- a/datfile_parser/src/lib/lib.rs +++ b/datfile_parser/src/lib/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/wot_datfile_parser/0.4.0")] +#![doc(html_root_url = "https://docs.rs/wot_datfile_parser/0.4.1")] //! A parser for `.dat` battle result files generated by the game World of Tanks //! ## Simple Example