Skip to content

Commit

Permalink
Update a version to v0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hidekatsu-izuno committed Mar 16, 2024
1 parent 570eacb commit b13b6fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "josekit"
version = "0.8.5"
version = "0.8.6"
description = "JOSE (Javascript Object Signing and Encryption) library for Rust."
repository = "https://github.com/hidekatsu-izuno/josekit-rs"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ JOSE (Javascript Object Signing and Encryption: JWT, JWS, JWE, JWA, JWK) library

```toml
[dependencies]
josekit = "0.8.5"
josekit = "0.8.6"
```

This library depends on OpenSSL 1.1.1 or above DLL. Read more about [Crate openssl](https://docs.rs/openssl/).
Expand Down

0 comments on commit b13b6fe

Please sign in to comment.