Implement Error, Display for Error enum

This commit is contained in:
Thomas Gideon 2017-03-14 14:40:02 -04:00
parent 053327f7dd
commit 52452923d2
2 changed files with 38 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "medallion"
version = "2.0.1"
version = "2.0.2"
authors = ["Thomas Gideon <cmdln@thecommandline.net>"]
description = "JWT library for rust using serde, serde_json and openssl"
homepage = "http://github.com/commandline/medallion"