From f3f73f30e3ccb9280908a984fcac40c4470e505b Mon Sep 17 00:00:00 2001 From: Zheren Dong Date: Fri, 2 Dec 2022 14:30:15 -0800 Subject: [PATCH] dependency: specify a general version for rusb --- humility-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/humility-core/Cargo.toml b/humility-core/Cargo.toml index a2c892c0e..d98a0f0c0 100644 --- a/humility-core/Cargo.toml +++ b/humility-core/Cargo.toml @@ -25,7 +25,7 @@ toml = "0.5" bitfield = "0.13.2" log = {version = "0.4.8", features = ["std"]} zip = "0.5" -rusb = "0.9.0" +rusb = "0.9" parse_int = "0.4.0" idol = {git = "https://github.com/oxidecomputer/idolatry.git"} regex = "1.5"