Update to latest rust / stm32f103xx-hal changes

This commit is contained in:
Michael Watzko 2018-06-09 00:08:54 +02:00
commit 56ee6a6f02
2 changed files with 13 additions and 6 deletions

View file

@ -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"