Release 1.1.4

This commit is contained in:
a2x
2023-10-26 15:41:34 +10:00
parent 631668429c
commit 239c872b65
37 changed files with 1905 additions and 1308 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cs2-dumper"
version = "1.1.3"
version = "1.1.4"
authors = ["a2x"]
edition = "2021"
readme = "README.md"
@@ -11,13 +11,13 @@ license = "MIT"
anyhow = "1.0"
chrono = "0.4"
clap = { version = "4.4", features = ["derive"] }
convert_case = "0.6"
goblin = { git = "https://github.com/m4b/goblin" }
lazy_static = "1.4"
log = "0.4"
regex = "1.9"
regex = "1.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simple_logger = "4.2"
simplelog = { version = "0.12", features = ["paris"] }
[dependencies.windows]
version = "0.51"