diff options
author | Rafael Bachmann <rafael.bachmann.93@gmail.com> | 2023-04-27 11:17:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 11:17:22 +0200 |
commit | bbb311979c9e9b7305c855c5b93493d285c6ac7b (patch) | |
tree | cfc2fc8399dae7f4495b6f395d95d87c25afb632 /src/lib.rs | |
parent | 6d8b9a6e18685bbd24751a27469907069413eb75 (diff) | |
download | markdown-rs-bbb311979c9e9b7305c855c5b93493d285c6ac7b.tar.gz markdown-rs-bbb311979c9e9b7305c855c5b93493d285c6ac7b.tar.bz2 markdown-rs-bbb311979c9e9b7305c855c5b93493d285c6ac7b.zip |
Rename `json` feature to `serde`
Closes GH-59.
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ //! //! * **`default`** //! — nothing is enabled by default -//! * **`json`** -//! — enable serde to serialize the AST (includes `dep:serde`, `dep:serde_json`) +//! * **`serde`** +//! — enable serde to serialize the AST (includes `dep:serde`) //! * **`log`** //! — enable logging (includes `dep:log`); //! you can show logs with `RUST_LOG=debug` |