From bb821d0404bcb8d4b4f5bc2a1d87cdb7aac71115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Wed, 8 Feb 2023 16:19:52 +0100 Subject: [PATCH] Use upstream usbd-ccid --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3183990..c41c9ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,8 +51,8 @@ stoppable_thread = "0.2.1" expectrl = "0.6.0" # Examples -trussed-usbip = { git = "https://github.com/trussed-dev/pc-usbip-runner", default-features = false, features = ["ccid"]} -usbd-ccid = { git = "https://github.com/Nitrokey/nitrokey-3-firmware", features = ["highspeed-usb"]} +trussed-usbip = { git = "https://github.com/trussed-dev/pc-usbip-runner", default-features = false, features = ["ccid"], rev = "d2957b6c24c2b0cafbbfacd6fecd62c80943630b"} +usbd-ccid = { version = "0.2.0", features = ["highspeed-usb"]} rand = "0.8.5" [features]