ryankurte / ghostfat

Virtual FAT16 implementation for embedded USB Mass Storage Device emulation
8 stars 1 forks source link

delete unused dependency #6

Closed mrdxxm closed 2 years ago

mrdxxm commented 2 years ago

bytes.rs is never used but create errors on targets without atomics(arm-thumb-v6m) https://github.com/tokio-rs/bytes/issues/461

ryankurte commented 2 years ago

good catch, thanks! released (with a couple of minor changes) in 0.5.0