From 7d6fb39dfc5d4d9469546ed695a5f46196a209f1 Mon Sep 17 00:00:00 2001 From: Anatol Ulrich Date: Tue, 20 Apr 2021 21:01:57 +0200 Subject: [PATCH] prepare updated version number --- xtask/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 9ab9aea..89342e1 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -14,7 +14,7 @@ pids = { path = "../common/pids" } 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 = "4.0.2" serialport = { git = "https://github.com/ferrous-systems/serialport-rs-hotfix.git", branch = "fix-usb-deprecation"} tempfile = "3.2.0" xmas-elf = "0.7.0"