cargo: Remove deprecated package authors field

This commit is contained in:
xtqqczze
2026-05-08 16:33:00 +01:00
parent 38f3687a77
commit 29852b2c13
17 changed files with 0 additions and 17 deletions
-1
View File
@@ -1,5 +1,4 @@
[package]
authors = ["Miri Team"]
description = "An experimental interpreter for Rust MIR (core driver)."
license = "MIT OR Apache-2.0"
name = "miri"
@@ -1,7 +1,6 @@
[package]
name = "mse"
version = "0.1.0"
authors = ["Ralf Jung <post@ralfj.de>"]
edition = "2018"
[dependencies]
@@ -1,7 +1,6 @@
[package]
name = "cargo-miri-test"
version = "0.1.0"
authors = ["Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>"]
edition = "2018"
[dependencies]
@@ -1,7 +1,6 @@
[package]
name = "cargo-miri-test"
version = "0.1.0"
authors = ["Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>"]
edition = "2018"
[dependencies]
-1
View File
@@ -1,5 +1,4 @@
[package]
authors = ["Miri Team"]
description = "An experimental interpreter for Rust MIR (cargo wrapper)."
license = "MIT OR Apache-2.0"
name = "cargo-miri"
-1
View File
@@ -1,5 +1,4 @@
[package]
authors = ["Miri Team"]
license = "MIT OR Apache-2.0"
name = "genmc-sys"
version = "0.1.0"
-1
View File
@@ -1,5 +1,4 @@
[package]
authors = ["Miri Team"]
description = "Helpers for miri maintenance"
license = "MIT OR Apache-2.0"
name = "miri-script"
@@ -5,7 +5,6 @@ exclude = ["no-std-smoke"] # it wants to be panic="abort"
[package]
name = "cargo-miri-test"
version = "0.1.0"
authors = ["Miri Team"]
edition = "2024"
[dependencies]
@@ -1,5 +1,4 @@
[package]
name = "exported_symbol_dep"
version = "0.1.0"
authors = ["Miri Team"]
edition = "2018"
@@ -1,7 +1,6 @@
[package]
name = "exported_symbol"
version = "0.1.0"
authors = ["Miri Team"]
edition = "2018"
[dependencies]
@@ -1,7 +1,6 @@
[package]
name = "issue_1567"
version = "0.1.0"
authors = ["Miri Team"]
edition = "2018"
[lib]
@@ -1,7 +1,6 @@
[package]
name = "issue_1691"
version = "0.1.0"
authors = ["Miri Team"]
edition = "2018"
[lib]
@@ -1,7 +1,6 @@
[package]
name = "issue_1705"
version = "0.1.0"
authors = ["Miri Team"]
edition = "2018"
[lib]
@@ -1,5 +1,4 @@
[package]
name = "issue_rust_86261"
version = "0.1.0"
authors = ["Miri Team"]
edition = "2018"
@@ -2,7 +2,6 @@
# regression test for issue 1760
name = "proc_macro_crate"
version = "0.1.0"
authors = ["Miri Team"]
edition = "2018"
[lib]
@@ -1,7 +1,6 @@
[package]
name = "subcrate"
version = "0.1.0"
authors = ["Miri Team"]
# This is deliberately *not* on the 2024 edition to ensure doctests keep working
# on old editions.
edition = "2018"
-1
View File
@@ -1,5 +1,4 @@
[package]
authors = ["Miri Team"]
description = "dependencies that unit tests can have"
license = "MIT OR Apache-2.0"
name = "miri-test-deps"