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 cec3f19 commit 9d3c872Copy full SHA for 9d3c872
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rust_jarm"
3
-version = "0.3.6"
+version = "0.3.7"
4
authors = ["Hugo-C"]
5
edition = "2021"
6
license = "MIT"
README.md
@@ -10,7 +10,7 @@ rust_jarm is a library to compute JARM fingerprint. It is more or less a direct
10
put in Cargo.toml:
11
```
12
[dependencies]
13
-rust_jarm = "0.3.6"
+rust_jarm = "0.3.7"
14
15
16
## Usage
0 commit comments