Comment out failure in Cargo.toml

This commit is contained in:
Ryan Leckey 2019-09-03 07:41:25 -07:00
parent 0a2b1151c1
commit 56a53f6c98

View File

@ -20,7 +20,7 @@ byteorder = { version = "1.3.2", default-features = false }
bytes = "0.4.12"
crossbeam-queue = "0.1.2"
crossbeam-utils = { version = "0.6.6", default-features = false }
failure = "0.1.5"
# failure = "0.1.5"
futures-channel-preview = "0.3.0-alpha.18"
futures-core-preview = "0.3.0-alpha.18"
futures-util-preview = "0.3.0-alpha.18"