Skip to content

Commit 9d70497

Browse files
committed
release 0.9.0
1 parent ae8da95 commit 9d70497

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

boreal-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "boreal-cli"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
description = "CLI utility to run boreal, a YARA rules engine"
55
repository = "https://github.com/vthib/boreal"
66
readme = "README.md"
@@ -27,7 +27,7 @@ memmap = ["boreal/memmap"]
2727
profiling = ["boreal/profiling"]
2828

2929
[dependencies]
30-
boreal = { path = "../boreal", version = "0.8.0" }
30+
boreal = { path = "../boreal", version = "0.9.0" }
3131

3232
# CLI arguments handling
3333
clap = { version = "4.5", features = ["cargo"] }

boreal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "boreal"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
description = "A library to evaluate YARA rules, used to scan bytes for textual and binary pattern"
55
repository = "https://github.com/vthib/boreal"
66
readme = "README.md"

0 commit comments

Comments
 (0)