fix compiler error and update error library
This commit is contained in:
parent
93116d216a
commit
9e161e6dd9
4 changed files with 30 additions and 31 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue