From a7b88ffa2c5d206ad40dfc9d4cd6ff37c6914ca8 Mon Sep 17 00:00:00 2001 From: Anatol Ulrich Date: Tue, 20 Apr 2021 21:00:38 +0200 Subject: [PATCH] point to ferrous repo --- xtask/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index efe085f..9ab9aea 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -15,6 +15,6 @@ rusb = "0.5.5" # Note: we are using a fork due compatibility problems. # See https://github.com/ferrous-systems/embedded-trainings-2020/issues/148 for more details. # serialport = "3.3.0" -serialport = { git = "https://gitlab.com/spookyvision1/serialport-rs.git", branch = "fix-usb-deprecation"} +serialport = { git = "https://github.com/ferrous-systems/serialport-rs-hotfix.git", branch = "fix-usb-deprecation"} tempfile = "3.2.0" xmas-elf = "0.7.0"