Skip to content

Commit

Permalink
Remove input files from crate
Browse files Browse the repository at this point in the history
  • Loading branch information
rajesh-rahul committed Jan 18, 2023
1 parent 9e6d98a commit 4be2c84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion datfile_parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "wot_datfile_parser"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["dacite <[email protected]>"]
description = "A parser for `.dat` files generated by the game World of Tanks"
repository = "https://github.com/dacite/wot-battle-results-parser"
license = "MIT"
readme = "./README.md"
exclude = ["input_files", "example_outputs"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion datfile_parser/src/lib/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/wot_datfile_parser/0.3.0")]
#![doc(html_root_url = "https://docs.rs/wot_datfile_parser/0.3.1")]
//! A parser for `.dat` battle result files generated by the game World of Tanks
//! ## Simple Example
Expand Down

0 comments on commit 4be2c84

Please sign in to comment.