diff options
| author | Aaron Hill <aa1ronham@gmail.com> | 2021-05-31 11:53:46 -0500 |
|---|---|---|
| committer | Aaron Hill <aa1ronham@gmail.com> | 2021-05-31 12:05:22 -0500 |
| commit | a258feb6eb2b069dcb36763513f9f2f98aee04eb (patch) | |
| tree | 902ea5e73b47393f3bdaf68b8aacd9443278b086 | |
| parent | d9feaaa548ce380159a1de68f4f6e605db9a9fc5 (diff) | |
| download | rust-a258feb6eb2b069dcb36763513f9f2f98aee04eb.tar.gz rust-a258feb6eb2b069dcb36763513f9f2f98aee04eb.zip | |
Bump Miri for const_err changes
r? @RalfJung
| -rw-r--r-- | Cargo.lock | 5 | ||||
| m--------- | src/tools/miri | 16 |
2 files changed, 10 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock index 954e2e90f3d..df7d8441941 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2135,9 +2135,9 @@ dependencies = [ [[package]] name = "measureme" -version = "9.1.1" +version = "9.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49cf14eb7d2eea897d9949b68f19e165638755e3a1a3c0941b6b6c3e00141f2c" +checksum = "78f7a41bc6f856a2cf0e95094ad5121f82500e2d9a0f3c0171d98f6566d8117d" dependencies = [ "log", "memmap2", @@ -2289,6 +2289,7 @@ dependencies = [ "hex 0.4.2", "libc", "log", + "measureme", "rand 0.8.3", "rustc-workspace-hack", "rustc_version", diff --git a/src/tools/miri b/src/tools/miri -Subproject 4fa9363ebba236f7c29ae11180db6051d7d2ce3 +Subproject 453affaaa1762a065d2857970b8333017211208 |
