浏览代码

byteorder: 0.5 → 1.0

whitequark 8 年之前
父节点
当前提交
1355c2c5de
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -11,7 +11,7 @@ keywords = ["ip", "tcp", "udp", "ethernet", "network"]
 license = "0BSD"
 
 [dependencies]
-byteorder = { version = "0.5", default-features = false }
+byteorder = { version = "1.0", default-features = false }
 log = { version = "0.3", optional = true }
 libc = { version = "0.2.18", optional = true }