Revert "remove rustc-serialize (#359) (#386)" (#466)

This reverts commit 73996885cb.
This commit is contained in:
Pierre Krieger
2018-09-07 14:05:42 +02:00
committed by GitHub
parent e45dce2d9a
commit 0a3d4cdfad
9 changed files with 50 additions and 170 deletions

View File

@ -484,8 +484,8 @@ where
(cipher, hmac)
};
Ok(full_codec(socket, encoding_cipher, encoding_hmac,
decoding_cipher, decoding_hmac))
Ok(full_codec(socket, encoding_cipher, encoding_hmac, decoding_cipher,
decoding_hmac))
});
match codec {