openpgp-card-sequoia: bump version to 0.1.0
This commit is contained in:
parent
04b875754d
commit
fe0a8565e8
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
name = "openpgp-card-sequoia"
|
name = "openpgp-card-sequoia"
|
||||||
description = "Wrapper of openpgp-card for use with Sequoia PGP"
|
description = "Wrapper of openpgp-card for use with Sequoia PGP"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
version = "0.0.20"
|
version = "0.1.0"
|
||||||
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"
|
||||||
|
|
|
@ -15,7 +15,7 @@ documentation = "https://docs.rs/crate/openpgp-card-tools"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sequoia-openpgp = "1.3"
|
sequoia-openpgp = "1.3"
|
||||||
openpgp-card-pcsc = { path = "../pcsc", version = "0.3" }
|
openpgp-card-pcsc = { path = "../pcsc", version = "0.3" }
|
||||||
openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.20" }
|
openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.1" }
|
||||||
sshkeys = "0.3.2"
|
sshkeys = "0.3.2"
|
||||||
pem = "1"
|
pem = "1"
|
||||||
rpassword = "6"
|
rpassword = "6"
|
||||||
|
|
Loading…
Reference in a new issue