Fix a Cargo warning.

This commit is contained in:
whitequark 2016-12-17 06:27:46 +00:00
parent a1401b2861
commit 666b615171
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ name = "smoltcp"
version = "0.1.0"
authors = ["whitequark <whitequark@whitequark.org>"]
license = "0BSD"
license-file = "LICENSE-0BSD"
[dependencies]
byteorder = { version = "0.5", default-features = false }