Skip to content

Commit

Permalink
bump Miri
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Sep 29, 2019
1 parent f3c8eba commit 17fa7fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions Cargo.lock
Expand Up @@ -566,7 +566,6 @@ dependencies = [
"serde_derive", "serde_derive",
"serde_json", "serde_json",
"tempfile", "tempfile",
"tester",
"winapi 0.3.6", "winapi 0.3.6",
] ]


Expand Down Expand Up @@ -4323,16 +4322,6 @@ dependencies = [
"std", "std",
] ]


[[package]]
name = "term"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1"
dependencies = [
"kernel32-sys",
"winapi 0.2.8",
]

[[package]] [[package]]
name = "term" name = "term"
version = "0.6.0" version = "0.6.0"
Expand Down Expand Up @@ -4389,17 +4378,6 @@ dependencies = [
"term 0.0.0", "term 0.0.0",
] ]


[[package]]
name = "tester"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e812cb26c597f86a49b26dbb58b878bd2a2b4b93fc069dc39499228fe556ff6"
dependencies = [
"getopts",
"libc",
"term 0.4.6",
]

[[package]] [[package]]
name = "textwrap" name = "textwrap"
version = "0.11.0" version = "0.11.0"
Expand Down

0 comments on commit 17fa7fe

Please sign in to comment.