Browse Source

byteorder: 0.5 → 1.0

whitequark 8 năm trước cách đây
mục cha
commit
1355c2c5de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 }