Skip to content

Commit

Permalink
branca: v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
return committed May 9, 2020
1 parent afe38bd commit 798cf92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "branca"
description = "Authenticated encrypted API tokens for Rust. A secure alternative to JWT."
version = "0.9.0"
version = "0.9.1"
authors = ["return"]
edition = "2018"
keywords = ["fernet", "branca", "cryptography", "aead", "xchacha20_poly1305"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Add this line into your Cargo.toml under the dependencies section:

```toml
[dependencies]
branca = "^0.9.0"
branca = "^0.9.1"
```

Then you can import the crate into your project with these lines:
Expand Down Expand Up @@ -91,7 +91,7 @@ Here is a example of using Branca to encode/decode a typical JSON object with se
Add the following into your Cargo.toml file:
```toml
[dependencies]
branca = "^0.9.0"
branca = "^0.9.1"
serde_json = "^1.0"
serde_derive = "1.0.97"

Expand Down

0 comments on commit 798cf92

Please sign in to comment.