Update to latest rust / stm32f103xx-hal changes
This commit is contained in:
parent
54ba7a9f82
commit
56ee6a6f02
2 changed files with 13 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "w5500"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
authors = ["Michael Watzko <michael@watzko.de>"]
|
||||
repository = "https://github.com/kellerkindt/w5500.git"
|
||||
description = "W5500 IoT Controller implementation. Currently UDP sending and receiving is working. WIP"
|
||||
|
|
@ -11,5 +11,5 @@ readme = "README.md"
|
|||
|
||||
[dependencies]
|
||||
byteorder = { version = "1.2.1", default-features = false }
|
||||
embedded-hal = "0.1.2"
|
||||
embedded-hal = "0.2.1"
|
||||
nb = "0.1.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue