stm32-rs / stm32-eth

Embedded Ethernet driver in Rust
Apache License 2.0
147 stars 47 forks source link

Please publish version 0.2.0 on crates.io #29

Closed dutchmartin closed 3 years ago

dutchmartin commented 3 years ago

While trying to use this crate, I copied the following from the readme: stm32-eth = { version = "0.2.0", features = ["stm32f767"]} To my surprise, this does not work since that version is not published on crates.io So can someone publish the new version?

In the meantime, I will use: stm32-eth = { git = "https://github.com/stm32-rs/stm32-eth.git", branch = "master", features = ["stm32f767"]}

Please let me know if there is something I can help with.

astro commented 3 years ago

Done, thanks for the reminder.