Skip to content

Commit 509b8f2

Browse files
committed
Clean up and sort manifest keys
Use a consistent ordering for top-level manifest keys, and remove those that are now redundant (`homapage` isn't supposed to be the same as `repository`, and `documentation` automatically points to docs.rs now).
1 parent 10ba25f commit 509b8f2

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

library/compiler-builtins/compiler-builtins/Cargo.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
[package]
2-
authors = ["Jorge Aparicio <[email protected]>"]
32
name = "compiler_builtins"
43
version = "0.1.160"
5-
license = "MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)"
6-
readme = "README.md"
4+
authors = ["Jorge Aparicio <[email protected]>"]
5+
description = "Compiler intrinsics used by the Rust compiler."
76
repository = "https://github.com/rust-lang/compiler-builtins"
8-
homepage = "https://github.com/rust-lang/compiler-builtins"
9-
documentation = "https://docs.rs/compiler_builtins"
7+
license = "MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)"
108
edition = "2024"
11-
description = "Compiler intrinsics used by the Rust compiler."
129
links = "compiler-rt"
1310

1411
[lib]

library/compiler-builtins/libm/Cargo.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
[package]
2+
name = "libm"
3+
version = "0.2.15"
24
authors = ["Jorge Aparicio <[email protected]>"]
3-
categories = ["no-std"]
45
description = "libm in pure Rust"
5-
documentation = "https://docs.rs/libm"
6+
categories = ["no-std"]
67
keywords = ["libm", "math"]
7-
license = "MIT"
8-
name = "libm"
9-
readme = "README.md"
108
repository = "https://github.com/rust-lang/compiler-builtins"
11-
version = "0.2.15"
9+
license = "MIT"
1210
edition = "2021"
1311
rust-version = "1.63"
1412

0 commit comments

Comments
 (0)