mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-05-06 12:04:43 +00:00
upgrade rusb version for security update
This commit is contained in:
parent
6dd2ae5e19
commit
83332ce6da
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ name = "print-descs"
|
|||
version = "0.0.0"
|
||||
|
||||
[dependencies]
|
||||
rusb = "0.5.5"
|
||||
rusb = "0.8"
|
||||
anyhow = "1.0.31"
|
||||
consts = { path = "../../common/consts/" }
|
||||
|
|
Loading…
Reference in a new issue