Skip to content

Commit f815793

Browse files
committed
Remove rustc version badge from readme
1 parent 3f17d2c commit f815793

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# Serde JSON   [![Build Status]][actions] [![Latest Version]][crates.io] [![Rustc Version 1.36+]][rustc]
1+
# Serde JSON   [![Build Status]][actions] [![Latest Version]][crates.io]
22

33
[Build Status]: https://img.shields.io/github/actions/workflow/status/serde-rs/json/ci.yml?branch=master
44
[actions]: https://github.com/serde-rs/json/actions?query=branch%3Amaster
55
[Latest Version]: https://img.shields.io/crates/v/serde_json.svg
66
[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
97

108
**Serde is a framework for *ser*ializing and *de*serializing Rust data structures efficiently and generically.**
119

0 commit comments

Comments
 (0)