Skip to content

Commit

Permalink
Merge pull request #16 from dfir-dd/issue/dont-set-release_max_level_…
Browse files Browse the repository at this point in the history
…info

don't set release_max_level_info in a library
  • Loading branch information
janstarke authored Jul 15, 2024
2 parents 1cc52a6 + 89b5ea8 commit fb043af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nt_hive2"
version = "4.2.1"
version = "4.2.2"
edition = "2021"
authors = ["Jan Starke <[email protected]>", "Muteb Alqahtani <[email protected]>"]
license = "GPL-3.0"
Expand All @@ -16,7 +16,7 @@ binread = "2.2"
binwrite = "0.2"
bitflags = "1.3"
encoding_rs = "0.8"
log = {version = "0.4", features = [ "release_max_level_info" ]}
log = "0.4"
chrono = "0.4"
winstructs = "0.3.0"
anyhow = "1.0"
Expand All @@ -32,4 +32,4 @@ num-derive = "0.4"
byteorder = "1.4"
getset = "0.1"
[dev-dependencies]
simplelog = "0.12"
simplelog = "0.12"

0 comments on commit fb043af

Please sign in to comment.