Skip to content

Commit c120564

Browse files
committed
Update Cargo.toml authors fields
Jorge hasn't been very involved with these crates for a while (thank you for getting these super important projects going!). Update the `authors` field to include, as far as I am aware, everyone who has effectively maintained `compiler-builtins` at some point in time. This field is dropped from non-published crates.
1 parent 9038160 commit c120564

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

builtins-shim/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@
1111
[package]
1212
name = "compiler_builtins"
1313
version = "0.1.160"
14-
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
14+
authors = [
15+
"Alex Crichton <alex@alexcrichton.com>",
16+
"Amanieu d'Antras <amanieu@gmail.com>",
17+
"Jorge Aparicio <japaricious@gmail.com>",
18+
"Trevor Gross <tg@trevorgross.com>",
19+
]
1520
description = "Compiler intrinsics used by the Rust compiler."
1621
repository = "https://github.com/rust-lang/compiler-builtins"
1722
license = "MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)"

builtins-test/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "builtins-test"
33
version = "0.1.0"
4-
authors = ["Alex Crichton <alex@alexcrichton.com>"]
54
edition = "2024"
65
publish = false
76
license = "MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)"

compiler-builtins/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
[package]
88
name = "compiler_builtins"
99
version = "0.1.160"
10-
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
10+
authors = [
11+
"Alex Crichton <alex@alexcrichton.com>",
12+
"Amanieu d'Antras <amanieu@gmail.com>",
13+
"Jorge Aparicio <japaricious@gmail.com>",
14+
"Trevor Gross <tg@trevorgross.com>",
15+
]
1116
description = "Compiler intrinsics used by the Rust compiler."
1217
repository = "https://github.com/rust-lang/compiler-builtins"
1318
license = "MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)"

crates/panic-handler/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "panic-handler"
33
version = "0.1.0"
4-
authors = ["Alex Crichton <alex@alexcrichton.com>"]
54
edition = "2024"
65
publish = false
76

libm/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[package]
22
name = "libm"
33
version = "0.2.15"
4-
authors = ["Jorge Aparicio <jorge@japaric.io>"]
4+
authors = [
5+
"Alex Crichton <alex@alexcrichton.com>",
6+
"Amanieu d'Antras <amanieu@gmail.com>",
7+
"Jorge Aparicio <japaricious@gmail.com>",
8+
"Trevor Gross <tg@trevorgross.com>",
9+
]
510
description = "libm in pure Rust"
611
categories = ["no-std"]
712
keywords = ["libm", "math"]

0 commit comments

Comments
 (0)