Skip to content

Commit

Permalink
chore: bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed May 29, 2024
1 parent 5719a46 commit 53e807e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.3.0"
version = "0.4.0"
authors = ["Victor M. Alvarez <[email protected]>"]
edition = "2021"
homepage = "https://github.com/VirusTotal/yara-x"
Expand Down Expand Up @@ -104,11 +104,11 @@ x509-parser = "0.16.0"
yaml-rust = "0.4.5"
yansi = "1.0.1"
yara-x = { path = "lib" }
yara-x-fmt = { path = "fmt", version = "0.3.0" }
yara-x-macros = { path = "macros", version = "0.3.0" }
yara-x-parser = { path = "parser", version = "0.3.0" }
yara-x-proto = { path = "proto", version = "0.3.0" }
yara-x-proto-yaml = { path = "proto-yaml", version = "0.3.0" }
yara-x-fmt = { path = "fmt", version = "0.4.0" }
yara-x-macros = { path = "macros", version = "0.4.0" }
yara-x-parser = { path = "parser", version = "0.4.0" }
yara-x-proto = { path = "proto", version = "0.4.0" }
yara-x-proto-yaml = { path = "proto-yaml", version = "0.4.0" }
zip = "2.1.1"

# Special profile that builds a release binary with link-time optimization.
Expand Down

0 comments on commit 53e807e

Please sign in to comment.