diff --git a/android/Cargo.toml b/android/Cargo.toml index 6363788..bb67b89 100644 --- a/android/Cargo.toml +++ b/android/Cargo.toml @@ -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" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b357100..2a6bab3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -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]