Skip to content

Commit

Permalink
release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vthib committed Jun 9, 2024
1 parent f5cb804 commit bcc738a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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 boreal-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "boreal-cli"
version = "0.7.0"
version = "0.8.0"
description = "CLI utility to run boreal, a YARA rules engine"
repository = "https://github.com/vthib/boreal"
readme = "README.md"
Expand All @@ -27,7 +27,7 @@ memmap = ["boreal/memmap"]
profiling = ["boreal/profiling"]

[dependencies]
boreal = { path = "../boreal", version = "0.7.0" }
boreal = { path = "../boreal", version = "0.8.0" }

# CLI arguments handling
clap = { version = "4.5", features = ["cargo"] }
Expand Down
2 changes: 1 addition & 1 deletion boreal-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "boreal-parser"
version = "0.5.0"
version = "0.6.0"
description = "A parser library for YARA files, intended for use with the boreal library"
repository = "https://github.com/vthib/boreal"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions boreal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "boreal"
version = "0.7.0"
version = "0.8.0"
description = "A library to evaluate YARA rules, used to scan bytes for textual and binary pattern"
repository = "https://github.com/vthib/boreal"
readme = "README.md"
Expand Down Expand Up @@ -48,7 +48,7 @@ process = ["dep:libc", "dep:windows-sys", "dep:mach2"]
profiling = []

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

# Proper error reporting on compilation
codespan-reporting = "0.11"
Expand Down

0 comments on commit bcc738a

Please sign in to comment.