Prepare for 0.6.0 release
This commit is contained in:
parent
15da8f9f2f
commit
04ec37adea
2 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "w5500"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
authors = ["Michael Watzko <michael@watzko.de>", "Jonah Dahlquist <hi@jonah.name>", "Ryan Summers <ryan.summers@vertigo-designs.com"]
|
||||
repository = "https://github.com/kellerkindt/w5500.git"
|
||||
description = "W5500 IoT Controller implementation."
|
||||
|
|
@ -14,7 +14,6 @@ edition = "2018"
|
|||
no-chip-version-assertion = []
|
||||
|
||||
[dependencies]
|
||||
byteorder = { version = "1.3.4", default-features = false }
|
||||
embedded-hal = "1"
|
||||
embedded-nal = "0.9.0"
|
||||
bit_field = "0.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue