Auto merge of #85866 - Aaron1011:miriup-const-err, r=RalfJung
Bump Miri for const_err changes Fixes https://github.com/rust-lang/rust/issues/85861 r? `@RalfJung`
This commit is contained in:
commit
d2091147b1
2 changed files with 4 additions and 3 deletions
|
@ -2135,9 +2135,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "measureme"
|
name = "measureme"
|
||||||
version = "9.1.1"
|
version = "9.1.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "49cf14eb7d2eea897d9949b68f19e165638755e3a1a3c0941b6b6c3e00141f2c"
|
checksum = "78f7a41bc6f856a2cf0e95094ad5121f82500e2d9a0f3c0171d98f6566d8117d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"memmap2",
|
"memmap2",
|
||||||
|
@ -2289,6 +2289,7 @@ dependencies = [
|
||||||
"hex 0.4.2",
|
"hex 0.4.2",
|
||||||
"libc",
|
"libc",
|
||||||
"log",
|
"log",
|
||||||
|
"measureme",
|
||||||
"rand 0.8.3",
|
"rand 0.8.3",
|
||||||
"rustc-workspace-hack",
|
"rustc-workspace-hack",
|
||||||
"rustc_version",
|
"rustc_version",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4fa9363ebba236f7c29ae11180db6051d7d2ce3b
|
Subproject commit 453affaaa1762a065d2857970b8333017211208c
|
Loading…
Add table
Add a link
Reference in a new issue