Skip to content

Commit

Permalink
Merge pull request #605 from Yamato-Security/1.4.0-finalization
Browse files Browse the repository at this point in the history
v1.4.0 release
  • Loading branch information
YamatoSecurity authored Jun 26, 2022
2 parents eb115cb + ccf0382 commit efa1731
Show file tree
Hide file tree
Showing 11 changed files with 97 additions and 96 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "hayabusa"
version = "1.4.0-dev"
version = "1.4.0"
authors = ["Yamato Security @SecurityYamato"]
edition = "2021"

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

[dependencies]
clap = { version = "3.*", features = ["derive", "cargo"]}
evtx = { git = "https://github.com/Yamato-Security/hayabusa-evtx.git" , rev = "158d496" , features = ["fast-alloc"]}
evtx = { git = "https://github.com/Yamato-Security/hayabusa-evtx.git" , features = ["fast-alloc"]}
quick-xml = {version = "0.*", features = ["serialize"] }
serde = { version = "1.*", features = ["derive"] }
serde_json = { version = "1.0"}
Expand Down
Binary file added README-1.4.0-Japanese.pdf
Binary file not shown.
Binary file added README-1.4.0.pdf
Binary file not shown.
Loading

0 comments on commit efa1731

Please sign in to comment.