Skip to content

Commit 28daa23

Browse files
Fix toml to drop README
1 parent 8d9ecf2 commit 28daa23

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

collector/benchmarks/encoding/src/types/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ homepage = "https://github.com/lifthrasiir/rust-encoding"
1010
documentation = "https://lifthrasiir.github.io/rust-encoding/"
1111
repository = "https://github.com/lifthrasiir/rust-encoding"
1212
keywords = ["encoding", "unicode", "charset"]
13-
readme = "README.md"
1413
license = "MIT"
1514

1615
[lib]

collector/benchmarks/hyper-2/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "hyper"
33
version = "0.13.0-alpha.4" # don't forget to update html_root_url
44
description = "A fast and correct HTTP library."
5-
readme = "README.md"
65
homepage = "https://hyper.rs"
76
documentation = "https://docs.rs/hyper"
87
repository = "https://github.com/hyperium/hyper"
@@ -91,4 +90,4 @@ features = [
9190
"unstable-stream",
9291
]
9392

94-
[workspace]
93+
[workspace]

0 commit comments

Comments
 (0)