File tree Expand file tree Collapse file tree 4 files changed +4
-17
lines changed
Expand file tree Collapse file tree 4 files changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -125,19 +125,6 @@ jobs:
125125 ln -s "$TOOLCHAIN/llvm-ar" "$TOOLCHAIN/${{ matrix.target }}-ar"
126126 ln -s "$TOOLCHAIN/llvm-ar" "$TOOLCHAIN/arm-linux-androideabi-ar"
127127
128- - name : Install cargo-edit-version
129- if : ${{ github.event_name == 'release' }}
130- uses : actions-rs/cargo@v1
131- with :
132- command : install
133- args : --verbose cargo-edit-version
134-
135- - name : Set version by the release tag
136- if : ${{ github.event_name == 'release' }}
137- run :
138- cargo-edit-version "${{ github.event.release.tag_name }}"
139- cd ./cli && cargo-edit-version "${{ github.event.release.tag_name }}"
140-
141128 - name : Build (CLI)
142129 if : ${{ matrix.cli }}
143130 uses : actions-rs/cargo@v1
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