Bump version

This commit is contained in:
Heiko Schaefer 2022-08-05 22:50:14 +02:00
parent 9309658d39
commit e5537c04f5
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -5,7 +5,7 @@
name = "openpgp-card-tools" name = "openpgp-card-tools"
description = "CLI tools for OpenPGP cards" description = "CLI tools for OpenPGP cards"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
version = "0.0.12" version = "0.0.13"
authors = ["Heiko Schaefer <heiko@schaefer.name>"] authors = ["Heiko Schaefer <heiko@schaefer.name>"]
edition = "2018" edition = "2018"
repository = "https://gitlab.com/openpgp-card/openpgp-card" repository = "https://gitlab.com/openpgp-card/openpgp-card"
@ -20,6 +20,6 @@ sshkeys = "0.3.2"
pem = "1" pem = "1"
rpassword = "6" rpassword = "6"
anyhow = "1" anyhow = "1"
clap = { version = "3.1", features = ["derive"] } clap = { version = "3", features = ["derive"] }
env_logger = "0.9" env_logger = "0.9"
log = "0.4" log = "0.4"