Bump versions.
This fixes a mistake with the openpgp-card-pcsc 0.2.2 release: openpgp-card-pcsc 0.2.2 depends on openpgp-card 0.3. However, this results in an (accidental) semver break, because openpgp-card-pcsc exposes parts of the openpgp-card API. See https://gitlab.com/openpgp-card/openpgp-card/-/issues/41
This commit is contained in:
parent
aa754dfcc1
commit
35f6240608
3 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
name = "openpgp-card-sequoia"
|
||||
description = "Wrapper of openpgp-card for use with Sequoia PGP"
|
||||
license = "MIT OR Apache-2.0"
|
||||
version = "0.0.19"
|
||||
version = "0.0.20"
|
||||
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
|
||||
edition = "2018"
|
||||
repository = "https://gitlab.com/openpgp-card/openpgp-card"
|
||||
|
@ -21,8 +21,8 @@ thiserror = "1"
|
|||
log = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
openpgp-card-pcsc = { path = "../pcsc", version = "0.2.2" }
|
||||
#openpgp-card-scdc = { path = "../scdc", version = "0.2.2" }
|
||||
openpgp-card-pcsc = { path = "../pcsc", version = "0.3" }
|
||||
#openpgp-card-scdc = { path = "../scdc", version = "0.3" }
|
||||
env_logger = "0.9"
|
||||
|
||||
[[example]]
|
||||
|
|
|
@ -6,7 +6,7 @@ name = "openpgp-card-pcsc"
|
|||
description = "PCSC OpenPGP card backend, for use with the openpgp-card crate"
|
||||
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
version = "0.2.2"
|
||||
version = "0.3.0"
|
||||
edition = "2018"
|
||||
repository = "https://gitlab.com/openpgp-card/openpgp-card"
|
||||
documentation = "https://docs.rs/crate/openpgp-card-pcsc"
|
||||
|
|
|
@ -14,8 +14,8 @@ documentation = "https://docs.rs/crate/openpgp-card-tools"
|
|||
[dependencies]
|
||||
sequoia-openpgp = "1.3"
|
||||
openpgp-card = { path = "../openpgp-card", version = "0.3" }
|
||||
openpgp-card-pcsc = { path = "../pcsc", version = "0.2.2" }
|
||||
openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.19" }
|
||||
openpgp-card-pcsc = { path = "../pcsc", version = "0.3" }
|
||||
openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.20" }
|
||||
sshkeys = "0.3.2"
|
||||
pem = "1"
|
||||
rpassword = "6"
|
||||
|
|
Loading…
Reference in a new issue