Skip to content

Commit d5c7ba7

Browse files
committed
1 parent c2f4aea commit d5c7ba7

File tree

15 files changed

+0
-15
lines changed

15 files changed

+0
-15
lines changed

Diff for: examples/functional/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "futures-example-functional"
33
edition = "2018"
44
version = "0.1.0"
5-
authors = ["Alex Crichton <[email protected]>"]
65
publish = false
76

87
[dependencies]

Diff for: examples/imperative/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "futures-example-imperative"
33
edition = "2018"
44
version = "0.1.0"
5-
authors = ["Alex Crichton <[email protected]>"]
65
publish = false
76

87
[dependencies]

Diff for: futures-channel/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures-channel"
33
version = "0.3.17"
44
edition = "2018"
55
rust-version = "1.45"
6-
authors = ["Alex Crichton <[email protected]>"]
76
license = "MIT OR Apache-2.0"
87
repository = "https://github.com/rust-lang/futures-rs"
98
homepage = "https://rust-lang.github.io/futures-rs"

Diff for: futures-core/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures-core"
33
version = "0.3.17"
44
edition = "2018"
55
rust-version = "1.36"
6-
authors = ["Alex Crichton <[email protected]>"]
76
license = "MIT OR Apache-2.0"
87
repository = "https://github.com/rust-lang/futures-rs"
98
homepage = "https://rust-lang.github.io/futures-rs"

Diff for: futures-executor/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures-executor"
33
version = "0.3.17"
44
edition = "2018"
55
rust-version = "1.45"
6-
authors = ["Alex Crichton <[email protected]>"]
76
license = "MIT OR Apache-2.0"
87
repository = "https://github.com/rust-lang/futures-rs"
98
homepage = "https://rust-lang.github.io/futures-rs"

Diff for: futures-io/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures-io"
33
version = "0.3.17"
44
edition = "2018"
55
rust-version = "1.36"
6-
authors = ["Alex Crichton <[email protected]>"]
76
license = "MIT OR Apache-2.0"
87
repository = "https://github.com/rust-lang/futures-rs"
98
homepage = "https://rust-lang.github.io/futures-rs"

Diff for: futures-macro/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures-macro"
33
version = "0.3.17"
44
edition = "2018"
55
rust-version = "1.45"
6-
authors = ["Taylor Cramer <[email protected]>", "Taiki Endo <[email protected]>"]
76
license = "MIT OR Apache-2.0"
87
repository = "https://github.com/rust-lang/futures-rs"
98
homepage = "https://rust-lang.github.io/futures-rs"

Diff for: futures-sink/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures-sink"
33
version = "0.3.17"
44
edition = "2018"
55
rust-version = "1.36"
6-
authors = ["Alex Crichton <[email protected]>"]
76
license = "MIT OR Apache-2.0"
87
repository = "https://github.com/rust-lang/futures-rs"
98
homepage = "https://rust-lang.github.io/futures-rs"

Diff for: futures-task/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures-task"
33
version = "0.3.17"
44
edition = "2018"
55
rust-version = "1.36"
6-
authors = ["Alex Crichton <[email protected]>"]
76
license = "MIT OR Apache-2.0"
87
repository = "https://github.com/rust-lang/futures-rs"
98
homepage = "https://rust-lang.github.io/futures-rs"

Diff for: futures-test/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures-test"
33
version = "0.3.17"
44
edition = "2018"
55
rust-version = "1.45"
6-
authors = ["Wim Looman <[email protected]>"]
76
license = "MIT OR Apache-2.0"
87
repository = "https://github.com/rust-lang/futures-rs"
98
homepage = "https://rust-lang.github.io/futures-rs"

Diff for: futures-util/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures-util"
33
version = "0.3.17"
44
edition = "2018"
55
rust-version = "1.45"
6-
authors = ["Alex Crichton <[email protected]>"]
76
license = "MIT OR Apache-2.0"
87
repository = "https://github.com/rust-lang/futures-rs"
98
homepage = "https://rust-lang.github.io/futures-rs"

Diff for: futures/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "futures"
33
version = "0.3.17"
44
edition = "2018"
55
rust-version = "1.45"
6-
authors = ["Alex Crichton <[email protected]>"]
76
license = "MIT OR Apache-2.0"
87
readme = "../README.md"
98
keywords = ["futures", "async", "future"]

Diff for: futures/tests/macro-reexport/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "macro-reexport"
33
version = "0.1.0"
4-
authors = ["Taiki Endo <[email protected]>"]
54
edition = "2018"
65
publish = false
76

Diff for: futures/tests/macro-tests/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "macro-tests"
33
version = "0.1.0"
4-
authors = ["Taiki Endo <[email protected]>"]
54
edition = "2018"
65
publish = false
76

Diff for: futures/tests/no-std/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "no-std"
33
version = "0.1.0"
4-
authors = ["Taiki Endo <[email protected]>"]
54
edition = "2018"
65
publish = false
76

0 commit comments

Comments
 (0)