bump version

This commit is contained in:
OKAMURA, Yasunobu 2021-01-10 00:52:23 +09:00
parent 4d5fd2b852
commit ca8a42ce4e
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "jsonwebkey-cli" name = "jsonwebkey-cli"
version = "0.1.2" version = "0.3.0"
authors = ["Okamura Yasunobu <okamura@informationsea.info>"] authors = ["Okamura Yasunobu <okamura@informationsea.info>"]
edition = "2018" edition = "2018"
license = "Apache-2.0" license = "Apache-2.0"

View file

@ -27,5 +27,4 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1" serde_json = "1"
base64 = "^0.13" base64 = "^0.13"
lazy_static = "1" lazy_static = "1"
anyhow = "1"
thiserror = "1" thiserror = "1"