Prepare for 0.6.0 release

This commit is contained in:
Michael Watzko 2025-03-21 15:59:25 +01:00
commit 04ec37adea
2 changed files with 5 additions and 2 deletions

View file

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