Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 87350eb

Browse files
authored
Merge pull request #187 from alex/patch-1
Mention that this crate is deprecated in the Cargo.toml description
2 parents 0b789cf + b5acfa4 commit 87350eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ description = """
1212
Generic serialization/deserialization support corresponding to the
1313
`derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes
1414
support for hex, base64, and json encoding and decoding.
15+
16+
This crate is deprecated in favor of serde.
1517
"""
1618

1719
[dev-dependencies]

0 commit comments

Comments
 (0)