Skip to content

Commit

Permalink
Remove authors field from Cargo.toml (#2521)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Nov 23, 2021
1 parent 97ede01 commit c496b11
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion examples/functional/Cargo.toml
Expand Up @@ -2,7 +2,6 @@
name = "futures-example-functional"
edition = "2018"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
publish = false

[dependencies]
Expand Down
1 change: 0 additions & 1 deletion examples/imperative/Cargo.toml
Expand Up @@ -2,7 +2,6 @@
name = "futures-example-imperative"
edition = "2018"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
publish = false

[dependencies]
Expand Down
1 change: 0 additions & 1 deletion futures-channel/Cargo.toml
Expand Up @@ -3,7 +3,6 @@ name = "futures-channel"
version = "0.3.17"
edition = "2018"
rust-version = "1.45"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
Expand Down
1 change: 0 additions & 1 deletion futures-core/Cargo.toml
Expand Up @@ -3,7 +3,6 @@ name = "futures-core"
version = "0.3.17"
edition = "2018"
rust-version = "1.36"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
Expand Down
1 change: 0 additions & 1 deletion futures-executor/Cargo.toml
Expand Up @@ -3,7 +3,6 @@ name = "futures-executor"
version = "0.3.17"
edition = "2018"
rust-version = "1.45"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
Expand Down
1 change: 0 additions & 1 deletion futures-io/Cargo.toml
Expand Up @@ -3,7 +3,6 @@ name = "futures-io"
version = "0.3.17"
edition = "2018"
rust-version = "1.36"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
Expand Down
1 change: 0 additions & 1 deletion futures-macro/Cargo.toml
Expand Up @@ -3,7 +3,6 @@ name = "futures-macro"
version = "0.3.17"
edition = "2018"
rust-version = "1.45"
authors = ["Taylor Cramer <cramertj@google.com>", "Taiki Endo <te316e89@gmail.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
Expand Down
1 change: 0 additions & 1 deletion futures-sink/Cargo.toml
Expand Up @@ -3,7 +3,6 @@ name = "futures-sink"
version = "0.3.17"
edition = "2018"
rust-version = "1.36"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
Expand Down
1 change: 0 additions & 1 deletion futures-task/Cargo.toml
Expand Up @@ -3,7 +3,6 @@ name = "futures-task"
version = "0.3.17"
edition = "2018"
rust-version = "1.36"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
Expand Down
1 change: 0 additions & 1 deletion futures-test/Cargo.toml
Expand Up @@ -3,7 +3,6 @@ name = "futures-test"
version = "0.3.17"
edition = "2018"
rust-version = "1.45"
authors = ["Wim Looman <wim@nemo157.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
Expand Down
1 change: 0 additions & 1 deletion futures-util/Cargo.toml
Expand Up @@ -3,7 +3,6 @@ name = "futures-util"
version = "0.3.17"
edition = "2018"
rust-version = "1.45"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
Expand Down
1 change: 0 additions & 1 deletion futures/Cargo.toml
Expand Up @@ -3,7 +3,6 @@ name = "futures"
version = "0.3.17"
edition = "2018"
rust-version = "1.45"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
readme = "../README.md"
keywords = ["futures", "async", "future"]
Expand Down
1 change: 0 additions & 1 deletion futures/tests/macro-reexport/Cargo.toml
@@ -1,7 +1,6 @@
[package]
name = "macro-reexport"
version = "0.1.0"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
publish = false

Expand Down
1 change: 0 additions & 1 deletion futures/tests/macro-tests/Cargo.toml
@@ -1,7 +1,6 @@
[package]
name = "macro-tests"
version = "0.1.0"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
publish = false

Expand Down
1 change: 0 additions & 1 deletion futures/tests/no-std/Cargo.toml
@@ -1,7 +1,6 @@
[package]
name = "no-std"
version = "0.1.0"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
publish = false

Expand Down

0 comments on commit c496b11

Please sign in to comment.