From 160f4ad1efa372786ab4606fef62afa2518306f4 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sat, 19 May 2018 21:17:37 +0200 Subject: Add a version to the nitrokey-sys dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 652f454..523b98f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ test-pro = [] [dependencies] libc = "0.2" -nitrokey-sys = { path = "nitrokey-sys" } +nitrokey-sys = { path = "nitrokey-sys", version = "0.1.0" } rand = "0.4" -- cgit v1.2.1