mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-02-15 16:55:13 +00:00
Update xtask/Cargo.toml
Co-authored-by: James Munns <james.munns@ferrous-systems.com>
This commit is contained in:
parent
0101a78c50
commit
269cff0a45
1 changed files with 4 additions and 2 deletions
|
@ -12,7 +12,9 @@ hidapi = "1.2.2"
|
||||||
ihex = "1.1.2"
|
ihex = "1.1.2"
|
||||||
pids = { path = "../common/pids" }
|
pids = { path = "../common/pids" }
|
||||||
rusb = "0.5.5"
|
rusb = "0.5.5"
|
||||||
#serialport = "3.3.0"
|
# 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://gitlab.com/spookyvision1/serialport-rs.git", branch = "fix-usb-deprecation"}
|
||||||
tempfile = "3.2.0"
|
tempfile = "3.2.0"
|
||||||
xmas-elf = "0.7.0"
|
xmas-elf = "0.7.0"
|
||||||
|
|
Loading…
Reference in a new issue