Skip to content

Commit 68059c7

Browse files
authored
Merge pull request #17 from siketyan/chore/use-jpki-specific-version
Use jpki at specific version
2 parents cfc7223 + cc7ff70 commit 68059c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "jpki"
33
description = "A crate to communicate with JPKI card through an APDU delegate."
4-
version = "0.1.1"
4+
version = "0.1.5"
55
license = "MIT"
66
homepage = "https://github.com/siketyan/jpki-rs"
77
repository = "https://github.com/siketyan/jpki-rs.git"

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "jpki-cli"
33
description = "A CLI to communicate with JPKI card."
4-
version = "0.1.0"
4+
version = "0.1.5"
55
license = "MIT"
66
homepage = "https://github.com/siketyan/jpki-rs"
77
repository = "https://github.com/siketyan/jpki-rs.git"
@@ -14,6 +14,6 @@ edition = "2021"
1414
[dependencies]
1515
clap = { version = "3.1", features = ["derive"] }
1616
dialoguer = "0.10"
17-
jpki = { version = "0.1", path = ".." }
17+
jpki = { version = "0.1.5", path = ".." }
1818
nfc1-sys = { version = "0.2", features = ["conffiles", "envvars", "logging", "driver_pcsc"] }
1919
thiserror = "1.0"

0 commit comments

Comments
 (0)