Skip to content

Commit dd0e5d9

Browse files
committed
chore: bump version to 1.13.0.
1 parent 43fdb4c commit dd0e5d9

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

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.12.0"
2+
version = "1.13.0"
33
authors = ["Victor M. Alvarez <vmalvarez@virustotal.com>"]
44
edition = "2021"
55
homepage = "https://virustotal.github.io/yara-x"
@@ -103,13 +103,13 @@ walrus = "0.24.3"
103103
wasmtime = { version = "40.0.3", default-features = false }
104104
x509-parser = "0.18.0"
105105
yansi = "1.0.1"
106-
yara-x = { path = "lib", version = "1.12.0", default-features = false }
107-
yara-x-fmt = { path = "fmt", version = "1.12.0" }
108-
yara-x-macros = { path = "macros", version = "1.12.0" }
109-
yara-x-parser = { path = "parser", version = "1.12.0" }
110-
yara-x-proto = { path = "proto", version = "1.12.0"}
111-
yara-x-proto-yaml = { path = "proto-yaml", version = "1.12.0" }
112-
yara-x-proto-json = { path = "proto-json", version = "1.12.0" }
106+
yara-x = { path = "lib", version = "1.13.0", default-features = false }
107+
yara-x-fmt = { path = "fmt", version = "1.13.0" }
108+
yara-x-macros = { path = "macros", version = "1.13.0" }
109+
yara-x-parser = { path = "parser", version = "1.13.0" }
110+
yara-x-proto = { path = "proto", version = "1.13.0"}
111+
yara-x-proto-yaml = { path = "proto-yaml", version = "1.13.0" }
112+
yara-x-proto-json = { path = "proto-json", version = "1.13.0" }
113113
yara-x-ls = { path = "ls", version = "0.1.0" }
114114
zip = "6.0.0"
115115
simd-adler32 = "0.3.7"

0 commit comments

Comments
 (0)