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"