Skip to content

Commit

Permalink
Auto merge of rust-lang#2671 - klensy:shell_escape, r=RalfJung
Browse files Browse the repository at this point in the history
recreated by hand
  • Loading branch information
RalfJung committed Nov 17, 2022
2 parents 331b93a + d0a7ae1 commit 3de7c28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions src/tools/miri/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ dependencies = [
"regex",
"rustc-workspace-hack",
"rustc_version",
"shell-escape",
"smallvec",
"ui_test",
]
Expand Down Expand Up @@ -632,12 +631,6 @@ dependencies = [
"lazy_static",
]

[[package]]
name = "shell-escape"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"

[[package]]
name = "smallvec"
version = "1.9.0"
Expand Down
1 change: 0 additions & 1 deletion src/tools/miri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ doctest = false # and no doc tests
getrandom = { version = "0.2", features = ["std"] }
env_logger = "0.9"
log = "0.4"
shell-escape = "0.1.4"
rand = "0.8"
smallvec = "1.7"

Expand Down

0 comments on commit 3de7c28

Please sign in to comment.