Skip to content

Commit

Permalink
branca: v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
return committed Jul 22, 2019
1 parent a6ab3e1 commit 485158e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.8.0"
version = "0.9.0"
authors = ["return"]
edition = "2018"
keywords = ["fernet", "branca", "cryptography", "aead", "xchacha20_poly1305"]
Expand Down
7 changes: 4 additions & 3 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.8.0"
branca = "^0.9.0"
```

Then you can import the crate into your project with these lines:
Expand Down Expand Up @@ -91,9 +91,10 @@ 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.8.0"
branca = "^0.9.0"
serde_json = "^1.0"
serde_derive = "1.0.83"
serde_derive = "1.0.97"

```

```rust
Expand Down

0 comments on commit 485158e

Please sign in to comment.