Skip to content

Commit e67e5d3

Browse files
authored
Merge pull request #22 from siketyan/update-version-manually
chore: Release v0.1.8
2 parents e81814a + 04571c3 commit e67e5d3

File tree

4 files changed

+4
-17
lines changed

4 files changed

+4
-17
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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

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.5"
4+
version = "0.1.8"
55
license = "MIT"
66
homepage = "https://github.com/siketyan/jpki-rs"
77
repository = "https://github.com/siketyan/jpki-rs.git"

android/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jpki-android"
3-
version = "0.1.0"
3+
version = "0.1.8"
44
authors = ["Naoki Ikeguchi <me@s6n.jp>"]
55
edition = "2018"
66

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.5"
4+
version = "0.1.8"
55
license = "MIT"
66
homepage = "https://github.com/siketyan/jpki-rs"
77
repository = "https://github.com/siketyan/jpki-rs.git"
@@ -15,7 +15,7 @@ edition = "2021"
1515
clap = { version = "3.1", features = ["derive"] }
1616
dialoguer = "0.10"
1717
hex = "0.4"
18-
jpki = { version = "0.1.5", path = ".." }
18+
jpki = { version = "0.1", path = ".." }
1919
pcsc = "2.7"
2020
thiserror = "1.0"
2121
tracing = "0.1"

0 commit comments

Comments
 (0)