We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f17d2c commit f815793Copy full SHA for f815793
1 file changed
README.md
@@ -1,11 +1,9 @@
1
-# Serde JSON   [![Build Status]][actions] [![Latest Version]][crates.io] [![Rustc Version 1.36+]][rustc]
+# Serde JSON   [![Build Status]][actions] [![Latest Version]][crates.io]
2
3
[Build Status]: https://img.shields.io/github/actions/workflow/status/serde-rs/json/ci.yml?branch=master
4
[actions]: https://github.com/serde-rs/json/actions?query=branch%3Amaster
5
[Latest Version]: https://img.shields.io/crates/v/serde_json.svg
6
[crates.io]: https://crates.io/crates/serde\_json
7
-[Rustc Version 1.36+]: https://img.shields.io/badge/rustc-1.36+-lightgray.svg
8
-[rustc]: https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html
9
10
**Serde is a framework for *ser*ializing and *de*serializing Rust data structures efficiently and generically.**
11
0 commit comments