Skip to content

Commit ad1a459

Browse files
committed
chore: bump version to 1.3.0.
1 parent 058384f commit ad1a459

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.2.1"
2+
version = "1.3.0"
33
authors = ["Victor M. Alvarez <[email protected]>"]
44
edition = "2021"
55
homepage = "https://virustotal.github.io/yara-x"
@@ -105,13 +105,13 @@ walrus = "0.23.3"
105105
wasmtime = { version = "34.0.0", default-features = false }
106106
x509-parser = "0.17.0"
107107
yansi = "1.0.1"
108-
yara-x = { path = "lib", version = "1.2.1" }
109-
yara-x-fmt = { path = "fmt", version = "1.2.1" }
110-
yara-x-macros = { path = "macros", version = "1.2.1" }
111-
yara-x-parser = { path = "parser", version = "1.2.1" }
112-
yara-x-proto = { path = "proto", version = "1.2.1" }
113-
yara-x-proto-yaml = { path = "proto-yaml", version = "1.2.1" }
114-
yara-x-proto-json = { path = "proto-json", version = "1.2.1" }
108+
yara-x = { path = "lib", version = "1.3.0" }
109+
yara-x-fmt = { path = "fmt", version = "1.3.0" }
110+
yara-x-macros = { path = "macros", version = "1.3.0" }
111+
yara-x-parser = { path = "parser", version = "1.3.0" }
112+
yara-x-proto = { path = "proto", version = "1.3.0" }
113+
yara-x-proto-yaml = { path = "proto-yaml", version = "1.3.0" }
114+
yara-x-proto-json = { path = "proto-json", version = "1.3.0" }
115115
zip = "4.1.0"
116116

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

0 commit comments

Comments
 (0)