Skip to content

Commit 0e25a68

Browse files
committed
Auto merge of #58535 - RalfJung:miri, r=oli-obk
update miri r? @oli-obk Fixes #58558
2 parents 1349c84 + 7f5d50e commit 0e25a68

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
url = https://github.com/rust-lang-nursery/rustfmt.git
2525
[submodule "src/tools/miri"]
2626
path = src/tools/miri
27-
url = https://github.com/solson/miri.git
27+
url = https://github.com/rust-lang/miri.git
2828
[submodule "src/doc/rust-by-example"]
2929
path = src/doc/rust-by-example
3030
url = https://github.com/rust-lang/rust-by-example.git
@@ -46,4 +46,4 @@
4646
branch = rustc/8.0-2019-01-16
4747
[submodule "src/doc/embedded-book"]
4848
path = src/doc/embedded-book
49-
url = https://github.com/rust-embedded/book.git
49+
url = https://github.com/rust-embedded/book.git

Cargo.lock

+1
Original file line numberDiff line numberDiff line change
@@ -1626,6 +1626,7 @@ dependencies = [
16261626
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
16271627
"rustc-workspace-hack 1.0.0",
16281628
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
1629+
"shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
16291630
"vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
16301631
]
16311632

src/tools/miri

Submodule miri updated 65 files

0 commit comments

Comments
 (0)