Skip to content

Commit

Permalink
Merge pull request #15 from siketyan/feat/publish-cli
Browse files Browse the repository at this point in the history
Use version to specify published crate
  • Loading branch information
siketyan authored Mar 2, 2022
2 parents e053bcf + a7419f2 commit 43422d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ crate-type = ["cdylib"]
android_log = "0.1.3"
log = "0.4.14"
jni = "0.19.0"
jpki = { path = ".." }
jpki = { version = "0.1", path = ".." }
thiserror = "1.0"
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
[dependencies]
clap = { version = "3.1", features = ["derive"] }
dialoguer = "0.10"
jpki = { path = ".." }
jpki = { version = "0.1", path = ".." }
thiserror = "1.0"

[dependencies.nfc1-sys]
Expand Down

0 comments on commit 43422d9

Please sign in to comment.