Skip to content

Commit 28cae19

Browse files
committed
chore: start using 2024 edition.
Also start using resolver 3, which is the default in the 2024 edition.
1 parent 4418f6d commit 28cae19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace.package]
22
version = "1.13.0"
33
authors = ["Victor M. Alvarez <vmalvarez@virustotal.com>"]
4-
edition = "2021"
4+
edition = "2024"
55
homepage = "https://virustotal.github.io/yara-x"
66
repository = "https://github.com/VirusTotal/yara-x"
77
readme = "README.md"
@@ -28,7 +28,7 @@ members = [
2828
"py",
2929
"ls",
3030
]
31-
resolver = "2"
31+
resolver = "3"
3232

3333

3434
[workspace.dependencies]

0 commit comments

Comments
 (0)