Skip to content

Commit 2eee793

Browse files
committed
chore(dependencies): disable serde while it has nightly errors
1 parent 4441372 commit 2eee793

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ spmc = "0.2"
5555
url = "1.0"
5656
#tokio-fs = "0.1"
5757
#tokio-mockstream = "1.1.0"
58-
serde = "1.0"
59-
serde_derive = "1.0"
60-
serde_json = "1.0"
58+
#serde = "1.0"
59+
#serde_derive = "1.0"
60+
#serde_json = "1.0"
6161

6262
[features]
6363
default = [

0 commit comments

Comments
 (0)