fix compiler error and update error library

This commit is contained in:
OKAMURA, Yasunobu 2021-01-03 15:12:56 +09:00
parent 93116d216a
commit 9e161e6dd9
4 changed files with 30 additions and 31 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "jsonwebkey-cli"
version = "0.1.0"
version = "0.1.1"
authors = ["Okamura Yasunobu <okamura@informationsea.info>"]
edition = "2018"
license = "Apache-2.0"
@ -14,5 +14,5 @@ categories = ["authentication"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
jsonwebkey-convert = {version = "0.1", path = "../jsonwebkey-convert"}
jsonwebkey-convert = {version = "0.2", path = "../jsonwebkey-convert"}
clap = "2"