Skip to content

Commit a4bd43d

Browse files
Merge pull request #672 from Mark-Simulacrum/fix-parsing
Fix toml to drop README
2 parents 8d9ecf2 + fe07ae3 commit a4bd43d

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

ci/check-benchmarks.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ set -x;
55
bash -c "while true; do sleep 30; echo \$(date) - running ...; done" &
66
PING_LOOP_PID=$!
77
trap - ERR
8-
git clone https://github.com/rust-lang/rustc-timing.git;
98
cargo build -p collector;
109
RUST_BACKTRACE=1 RUST_LOG=collector=trace,rust_sysroot=debug \
1110
cargo run -p collector --bin collector -- \

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)