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

4
Cargo.lock generated
View file

@ -1,3 +1,5 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "byteorder"
version = "1.2.6"
@ -24,7 +26,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "w5500"
version = "0.1.5"
version = "0.2.1"
dependencies = [
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
"embedded-hal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",