Skip to content

Commit

Permalink
Sort package entries in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 1, 2022
1 parent 03a5cfc commit b96a46e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Expand Up @@ -2,14 +2,14 @@
name = "serde_bytes"
version = "0.11.6" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
categories = ["encoding"]
description = "Optimized handling of `&[u8]` and `Vec<u8>` for Serde"
repository = "https://github.com/serde-rs/bytes"
documentation = "https://docs.serde.rs/serde_bytes/"
edition = "2018"
keywords = ["serde", "serialization", "no_std"]
categories = ["encoding"]
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2018"
repository = "https://github.com/serde-rs/bytes"
rust-version = "1.31"

[features]
Expand Down

0 comments on commit b96a46e

Please sign in to comment.