diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2018-05-29 09:36:45 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2018-05-29 09:39:32 -0400 |
| commit | c3d688962d2940a033f4b4df85b8ab8417981210 (patch) | |
| tree | 4baa3f4a6dbf1469d5d1f2b69bae4334d138d4dd /src | |
| parent | 4c10a65b14933ea833896d9b312ad6251def1c7e (diff) | |
| download | rust-c3d688962d2940a033f4b4df85b8ab8417981210.tar.gz rust-c3d688962d2940a033f4b4df85b8ab8417981210.zip | |
WIP fix rustc-hash cargo.lock entry for polonius-engine
Diffstat (limited to 'src')
| -rw-r--r-- | src/Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cargo.lock b/src/Cargo.lock index 6b7c165826f..d61f007b6a5 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -1459,7 +1459,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "datafrog 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-hash 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] |
