This commit is contained in:
OKAMURA, Yasunobu 2021-01-03 19:47:32 +09:00
parent 8b10ce8a91
commit 2e633283aa
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "jsonwebkey-cli"
version = "0.1.1"
version = "0.1.2"
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.2", path = "../jsonwebkey-convert"}
jsonwebkey-convert = {version = "0.3", path = "../jsonwebkey-convert"}
clap = "2"