From 4dc73375e0364aea70b52682b916635b7b75a2eb Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Mon, 12 Aug 2019 22:07:44 -0700 Subject: Update nitrokey crate to 0.4.0-alpha.2 This change updates the dependency to nitrokey to version 0.4.0-alpha.2. In addition to minor interface changes for the get_*_firmware_version and get_*_retry_count functions, several functions that change the device state now require a mutable handle to the nitrokey. Hence, this patch a number of function signatures to accept mutable device objects. Import subrepo nitrokey/:nitrokey at 34efcfadf1436102e42144f710edabaa2c4b55cd --- nitrokey/.builds/archlinux-use-system-lib.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 nitrokey/.builds/archlinux-use-system-lib.yaml (limited to 'nitrokey/.builds/archlinux-use-system-lib.yaml') diff --git a/nitrokey/.builds/archlinux-use-system-lib.yaml b/nitrokey/.builds/archlinux-use-system-lib.yaml deleted file mode 100644 index ac0fc0f..0000000 --- a/nitrokey/.builds/archlinux-use-system-lib.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright (C) 2019 Robin Krahl -# SPDX-License-Identifier: MIT -image: archlinux -packages: - - rust - - libnitrokey -environment: - USE_SYSTEM_LIBNITROKEY: "1" -sources: - - https://git.ireas.org/nitrokey-rs -tasks: - - build: | - cd nitrokey-rs - cargo build --release - - test: | - cd nitrokey-rs - cargo test -- cgit v1.2.1