File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " jpki"
33description = " A crate to communicate with JPKI card through an APDU delegate."
4- version = " 0.1.5 "
4+ version = " 0.1.8 "
55license = " MIT"
66homepage = " https://github.com/siketyan/jpki-rs"
77repository = " https://github.com/siketyan/jpki-rs.git"
Original file line number Diff line number Diff line change 11[package ]
22name = " jpki-android"
3- version = " 0.1.0 "
3+ version = " 0.1.8 "
44authors = [" Naoki Ikeguchi <me@s6n.jp>" ]
55edition = " 2018"
66
Original file line number Diff line number Diff line change 11[package ]
22name = " jpki-cli"
33description = " A CLI to communicate with JPKI card."
4- version = " 0.1.5 "
4+ version = " 0.1.8 "
55license = " MIT"
66homepage = " https://github.com/siketyan/jpki-rs"
77repository = " https://github.com/siketyan/jpki-rs.git"
@@ -15,7 +15,7 @@ edition = "2021"
1515clap = { version = " 3.1" , features = [" derive" ] }
1616dialoguer = " 0.10"
1717hex = " 0.4"
18- jpki = { version = " 0.1.5 " , path = " .." }
18+ jpki = { version = " 0.1" , path = " .." }
1919pcsc = " 2.7"
2020thiserror = " 1.0"
2121tracing = " 0.1"
You can’t perform that action at this time.
0 commit comments