Skip to content

Commit 9db19d4

Browse files
committed
Remove old serde feature
1 parent afc067f commit 9db19d4

3 files changed

Lines changed: 0 additions & 48 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ net2 = { version = "0.2", features = ["nightly"] }
3434
rustc-serialize = { version = "0.3", optional = true }
3535
chrono = { version = "0.2.14", optional = true }
3636
openssl = { version = ">= 0.6.4, < 0.8", optional = true }
37-
serde = { version = "0.3", optional = true } # Delete for 0.11
3837
serde_json = { version = "0.6", optional = true }
3938
time = { version = "0.1.14", optional = true }
4039
unix_socket = { version = "0.4.1", optional = true, features = ["socket_timeout"] }

src/types/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ mod slice;
5353
mod rustc_serialize;
5454
#[cfg(feature = "serde_json")]
5555
mod serde_json;
56-
#[cfg(feature = "serde")]
57-
mod serde;
5856
#[cfg(feature = "chrono")]
5957
mod chrono;
6058

src/types/serde.rs

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)