From 38daaf16869886d2833fa27ea632051fbfa893bf Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Sat, 5 Mar 2022 22:04:20 +0100 Subject: [PATCH] Bump dependencies to published versions --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 20be1dc..cc2d7ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ delog = "0.1.0" embedded-time = "0.12" heapless = "0.7" # heapless-bytes = "0.3" -interchange = "0.2.0" -iso7816 = { git = "https://github.com/ycrypto/iso7816" } +interchange = "0.2" +iso7816 = "0.1" usb-device = { version = "0.2.3", features = ["control-buffer-256"] } [features]