use rust 1.32.0 to_be_bytes instead

This commit is contained in:
Vincent Stakenburg 2019-04-19 13:11:44 +02:00
commit b784982f9e
3 changed files with 7 additions and 11 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "w5500"
version = "0.2.0"
version = "0.2.1"
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"