diff options
Diffstat (limited to 'nitrocli/Cargo.toml')
-rw-r--r-- | nitrocli/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index 739f56c..05691a9 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -53,7 +53,8 @@ path = "../base32" version = "0.2" [dependencies.nitrokey] -version = "0.4.0-alpha.1" +git = "https://git.fsfe.org/robin.krahl/nitrokey-rs" +rev = "fe8161ba51d65382a20650a75f06e1cc7b753e68" [dev-dependencies.nitrokey-test] version = "0.1.1" |