Skip to content

Commit 2117e14

Browse files
committed
chore: bump version to 0.11.0
1 parent a08f096 commit 2117e14

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.10.0"
2+
version = "0.11.0"
33
authors = ["Victor M. Alvarez <[email protected]>"]
44
edition = "2021"
55
homepage = "https://virustotal.github.io/yara-x"
@@ -105,11 +105,11 @@ x509-parser = "0.16.0"
105105
yaml-rust = "0.4.5"
106106
yansi = "1.0.1"
107107
yara-x = { path = "lib" }
108-
yara-x-fmt = { path = "fmt", version = "0.10.0" }
109-
yara-x-macros = { path = "macros", version = "0.10.0" }
110-
yara-x-parser = { path = "parser", version = "0.10.0" }
111-
yara-x-proto = { path = "proto", version = "0.10.0" }
112-
yara-x-proto-yaml = { path = "proto-yaml", version = "0.10.0" }
108+
yara-x-fmt = { path = "fmt", version = "0.11.0" }
109+
yara-x-macros = { path = "macros", version = "0.11.0" }
110+
yara-x-parser = { path = "parser", version = "0.11.0" }
111+
yara-x-proto = { path = "proto", version = "0.11.0" }
112+
yara-x-proto-yaml = { path = "proto-yaml", version = "0.11.0" }
113113
zip = "2.1.1"
114114

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

0 commit comments

Comments
 (0)