File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " rust_jarm"
3- version = " 0.3.7 "
3+ version = " 0.3.8 "
44authors = [" Hugo-C" ]
55edition = " 2024"
66license = " MIT"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ rust_jarm is a library to compute JARM fingerprint. It is more or less a direct
1010put in Cargo.toml:
1111```
1212[dependencies]
13- rust_jarm = "0.3.7 "
13+ rust_jarm = "0.3.8 "
1414```
1515
1616## Usage
@@ -19,7 +19,7 @@ rust_jarm = "0.3.7"
1919 let host = " some.website.com" . to_string ();
2020 let port = " 443" . to_string ();
2121 let jarm_hash = Jarm :: new (host , port ). hash (). expect (" failed to connect" );
22- println! (" JARM hash: {} " , jarm_hash );
22+ println! (" JARM hash: {jarm_hash} " );
2323````
2424
2525check [ jarm.rs] ( examples/jarm.rs ) for the full example, run it with ` cargo run --example jarm `
You can’t perform that action at this time.
0 commit comments