Skip to content

Commit 04817dd

Browse files
committed
chore: bump version to 1.10.0
1 parent be90af5 commit 04817dd

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "1.9.0"
2+
version = "1.10.0"
33
authors = ["Victor M. Alvarez <vmalvarez@virustotal.com>"]
44
edition = "2021"
55
homepage = "https://virustotal.github.io/yara-x"
@@ -101,13 +101,13 @@ walrus = "0.24.3"
101101
wasmtime = { version = "38.0.4", default-features = false }
102102
x509-parser = "0.18.0"
103103
yansi = "1.0.1"
104-
yara-x = { path = "lib", version = "1.9.0", default-features = false }
105-
yara-x-fmt = { path = "fmt", version = "1.9.0" }
106-
yara-x-macros = { path = "macros", version = "1.9.0" }
107-
yara-x-parser = { path = "parser", version = "1.9.0" }
108-
yara-x-proto = { path = "proto", version = "1.9.0"}
109-
yara-x-proto-yaml = { path = "proto-yaml", version = "1.9.0" }
110-
yara-x-proto-json = { path = "proto-json", version = "1.9.0" }
104+
yara-x = { path = "lib", version = "1.10.0", default-features = false }
105+
yara-x-fmt = { path = "fmt", version = "1.10.0" }
106+
yara-x-macros = { path = "macros", version = "1.10.0" }
107+
yara-x-parser = { path = "parser", version = "1.10.0" }
108+
yara-x-proto = { path = "proto", version = "1.10.0"}
109+
yara-x-proto-yaml = { path = "proto-yaml", version = "1.10.0" }
110+
yara-x-proto-json = { path = "proto-json", version = "1.10.0" }
111111
zip = "6.0.0"
112112

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

0 commit comments

Comments
 (0)