Skip to content

Commit 365c12f

Browse files
committed
Auto merge of #693 - Mark-Simulacrum:rustdoc-all-build-fail, r=Mark-Simulacrum
Revert "Bump remove_dir_all from 0.7.0 to 0.8.0" This reverts commit cc7db67. This seems like it is the only recent change that is tangentially rustdoc-related (we call remove_dir_all in rustdoc code), so dropping it to check.
2 parents 6b67167 + 466de72 commit 365c12f

File tree

2 files changed

+9
-159
lines changed

2 files changed

+9
-159
lines changed

Cargo.lock

Lines changed: 8 additions & 158 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ rust_team_data = { git = "https://github.com/rust-lang/team" }
5050
systemstat = "0.1.11"
5151
rustwide = { version = "0.15.0", features = ["unstable", "unstable-toolchain-ci"] }
5252
percent-encoding = "2.1.0"
53-
remove_dir_all = "0.8"
53+
remove_dir_all = "0.7"
5454
ctrlc = "3.1.3"
5555
prometheus = "0.7.0"
5656
cargo_metadata = "0.15"

0 commit comments

Comments
 (0)