We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dba9d18 + 6021d61 commit d81874eCopy full SHA for d81874e
.gitignore
@@ -1,2 +1,3 @@
1
target
2
Cargo.lock
3
+*.swp
Cargo.toml
@@ -17,12 +17,12 @@ backtrace = ["error-chain/backtrace"]
17
18
19
[dependencies]
20
-byteorder = "0.5.3"
+byteorder = "1.1"
21
conv = "0.3.2"
22
custom_derive = "0.1.5"
23
log = "0.3.6"
24
time = "0.1.35"
25
26
[dependencies.error-chain]
27
-version = "0.10.0"
+version = "0.11.0"
28
default-features = false
src/packet.rs
@@ -113,7 +113,6 @@ impl From<Packet> for Vec<u8> {
113
mod tests {
114
use std::io::Cursor;
115
use super::Packet;
116
- use std::convert::TryFrom;
117
use formats::{
118
LeapIndicator,
119
Version,
0 commit comments