Skip to content

Commit 62add27

Browse files
committed
Update to 2024 edition
bump rstest dependency
1 parent 9d3c872 commit 62add27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rust_jarm"
33
version = "0.3.7"
44
authors = ["Hugo-C"]
5-
edition = "2021"
5+
edition = "2024"
66
license = "MIT"
77
description = "JARM fingerprinting in native Rust"
88
repository = "https://github.com/Hugo-C/rustJarm"
@@ -19,7 +19,7 @@ rand = "^0.9"
1919
sha2 = "^0.10"
2020

2121
[dev-dependencies]
22-
rstest = "~0.24"
22+
rstest = "~0.25"
2323

2424
[lints.rust]
2525
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }

0 commit comments

Comments
 (0)