Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vthib committed Feb 11, 2024
1 parent fd774e7 commit ee103a5
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.3.0"
version = "0.4.0"
description = "CLI utility to run boreal, a YARA rules engine"
repository = "https://github.com/vthib/boreal"
readme = "README.md"
Expand All @@ -25,7 +25,7 @@ memmap = ["boreal/memmap"]
profiling = ["boreal/profiling"]

[dependencies]
boreal = { path = "../boreal", version = "0.3.0" }
boreal = { path = "../boreal", version = "0.4.0" }

# CLI arguments handling
clap = { version = "4.3", 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.3.0"
version = "0.4.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.3.1"
version = "0.4.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 @@ -37,7 +37,7 @@ process = ["dep:libc", "dep:windows", "dep:mach2"]
profiling = []

[dependencies]
boreal-parser = { path = "../boreal-parser", version = "0.3.0" }
boreal-parser = { path = "../boreal-parser", version = "0.4.0" }

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

0 comments on commit ee103a5

Please sign in to comment.