File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 5
5
bash -c " while true; do sleep 30; echo \$ (date) - running ...; done" &
6
6
PING_LOOP_PID=$!
7
7
trap - ERR
8
- git clone https://github.com/rust-lang/rustc-timing.git;
9
8
cargo build -p collector;
10
9
RUST_BACKTRACE=1 RUST_LOG=collector=trace,rust_sysroot=debug \
11
10
cargo run -p collector --bin collector -- \
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ homepage = "https://github.com/lifthrasiir/rust-encoding"
10
10
documentation = " https://lifthrasiir.github.io/rust-encoding/"
11
11
repository = " https://github.com/lifthrasiir/rust-encoding"
12
12
keywords = [" encoding" , " unicode" , " charset" ]
13
- readme = " README.md"
14
13
license = " MIT"
15
14
16
15
[lib ]
Original file line number Diff line number Diff line change 2
2
name = " hyper"
3
3
version = " 0.13.0-alpha.4" # don't forget to update html_root_url
4
4
description = " A fast and correct HTTP library."
5
- readme = " README.md"
6
5
homepage = " https://hyper.rs"
7
6
documentation = " https://docs.rs/hyper"
8
7
repository = " https://github.com/hyperium/hyper"
@@ -91,4 +90,4 @@ features = [
91
90
" unstable-stream" ,
92
91
]
93
92
94
- [workspace ]
93
+ [workspace ]
You can’t perform that action at this time.
0 commit comments