Skip to content

Commit 4bce03c

Browse files
committed
Use the master branch of the official jsonwebtoken
1 parent d153976 commit 4bce03c

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.9.1
2+
> 2017-07-03
3+
4+
The forkless release!
5+
6+
#### Bug fixes
7+
- Swaps out my fork of `jsonwebtoken` for the master branch of keats' `jsonwebtoken`
8+
9+
#### Roadmap to 1.0
10+
- Allow for json payload items via `-P this=json(['arbitrary', 'data'])
11+
112
# 0.9.0
213
> 2017-07-03
314

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jwt-cli"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Mike Engel <[email protected]>"]
55

66
[[bin]]
@@ -10,7 +10,7 @@ test = true
1010

1111
[dependencies]
1212
clap = "2"
13-
jsonwebtoken = { git = "https://github.com/mike-engel/rust-jwt.git" }
13+
jsonwebtoken = { git = "https://github.com/keats/jsonwebtoken.git" }
1414
term-painter = "0.2"
1515
serde = "1"
1616
serde_derive = "1"

0 commit comments

Comments
 (0)