From e63367cea8105bd0c9deff905d1af5ce65dd7f57 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Mon, 16 Dec 2019 19:29:14 -0800 Subject: Update nitrokey crate to 0.3.5 This change updates the nitrokey crate to version 0.3.5. The main reason for this new version of the crate is a build fix due to a backwards compatibility breaking change in upstream libnitrokey. For that reason, we also have to bump the minimum required version to avoid build failures. Import subrepo nitrokey/:nitrokey at f2cc7fdf081340b0b812f0b212537ba2b55d382e --- nitrokey/.builds/archlinux.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'nitrokey/.builds/archlinux.yml') diff --git a/nitrokey/.builds/archlinux.yml b/nitrokey/.builds/archlinux.yml index 9d45386..543e93c 100644 --- a/nitrokey/.builds/archlinux.yml +++ b/nitrokey/.builds/archlinux.yml @@ -4,7 +4,7 @@ packages: - hidapi - gcc sources: - - https://git.sr.ht/~ireas/nitrokey-rs + - https://git.ireas.org/nitrokey-rs tasks: - build: | cd nitrokey-rs @@ -15,7 +15,3 @@ tasks: - format: | cd nitrokey-rs cargo fmt -- --check -triggers: - - action: email - condition: failure - to: nitrokey-rs-dev -- cgit v1.2.1