Skip to content

Commit 22da797

Browse files
committed
Sort package entries in Cargo.toml
1 parent 01ef46e commit 22da797

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
name = "serde_json"
33
version = "1.0.82" # remember to update html_root_url
44
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
5-
license = "MIT OR Apache-2.0"
5+
categories = ["encoding"]
66
description = "A JSON serialization file format"
7-
repository = "https://github.com/serde-rs/json"
87
documentation = "https://docs.serde.rs/serde_json/"
8+
edition = "2018"
99
keywords = ["json", "serde", "serialization"]
10-
categories = ["encoding"]
10+
license = "MIT OR Apache-2.0"
1111
readme = "README.md"
12-
edition = "2018"
12+
repository = "https://github.com/serde-rs/json"
1313
rust-version = "1.36"
1414

1515
[dependencies]

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "serde_json-fuzz"
33
version = "0.0.0"
4-
publish = false
54
edition = "2021"
5+
publish = false
66

77
[package.metadata]
88
cargo-fuzz = true

0 commit comments

Comments
 (0)