-
- Downloads
Removed unused dependency
removed hashbrown and moved to standard library HashMap
... | ... | @@ -12,7 +12,6 @@ crate-type = ["cdylib"] |
[dependencies] | ||
crossbeam-channel = "0.5.12" | ||
hashbrown = "0.14.3" | ||
lazy_static = "1.4.0" | ||
parking_lot = "0.12.1" | ||
serialport = "4.3.0" | ||
... | ... |
Please register or sign in to comment