Skip to content

Commit bcc738a

Browse files
committed
release 0.8.0
1 parent f5cb804 commit bcc738a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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.7.0"
3+
version = "0.8.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.7.0" }
30+
boreal = { path = "../boreal", version = "0.8.0" }
3131

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

boreal-parser/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-parser"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "A parser library for YARA files, intended for use with the boreal library"
55
repository = "https://github.com/vthib/boreal"
66
readme = "README.md"

boreal/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"
3-
version = "0.7.0"
3+
version = "0.8.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"
@@ -48,7 +48,7 @@ process = ["dep:libc", "dep:windows-sys", "dep:mach2"]
4848
profiling = []
4949

5050
[dependencies]
51-
boreal-parser = { path = "../boreal-parser", version = "0.5.0" }
51+
boreal-parser = { path = "../boreal-parser", version = "0.6.0" }
5252

5353
# Proper error reporting on compilation
5454
codespan-reporting = "0.11"

0 commit comments

Comments
 (0)