We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3c872 commit 62add27Copy full SHA for 62add27
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "rust_jarm"
3
version = "0.3.7"
4
authors = ["Hugo-C"]
5
-edition = "2021"
+edition = "2024"
6
license = "MIT"
7
description = "JARM fingerprinting in native Rust"
8
repository = "https://github.com/Hugo-C/rustJarm"
@@ -19,7 +19,7 @@ rand = "^0.9"
19
sha2 = "^0.10"
20
21
[dev-dependencies]
22
-rstest = "~0.24"
+rstest = "~0.25"
23
24
[lints.rust]
25
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
0 commit comments