We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432f48e commit 0eef162Copy full SHA for 0eef162
README.md
@@ -31,13 +31,13 @@ features = ["ssl"]
31
32
### JSON Support
33
34
-rust-mysql-simple offers JSON support based on *rustc-serialize*, but you can switch to *serde* using `serde_integration`
+rust-mysql-simple offers JSON support based on *serde*, but you can switch to *rustc-serialize* using `rustc-serialize`
35
feature:
36
37
```toml
38
[dependencies.mysql]
39
version = "*"
40
-features = ["serde_integration"]
+features = ["rustc-serialize"]
41
```
42
43
### Windows support (since 0.18.0)
0 commit comments