Skip to content

Commit f25c8e1

Browse files
committed
Rust 2024 edition
1 parent 3a0b785 commit f25c8e1

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
[package]
22
name = "silvus"
33
version = "0.0.2"
4-
edition = "2021"
4+
edition = "2024"
55
authors = ["anesthetice"]
66

77
[dependencies]
@@ -14,7 +14,7 @@ ijson = { version = "0.1" }
1414
indoc = { version = "2.0" }
1515
itertools = { version = "0.14" }
1616
once_cell = { version = "1.20" }
17-
regex = { version = "1.10" }
17+
regex = { version = "1.11" }
1818
reqwest = { version = "0.12" }
1919
serde = { version = "1.0", features = ["derive"] }
2020
serde_json = { version = "1.0" }

0 commit comments

Comments
 (0)