Skip to content

Commit 7596a10

Browse files
committed
update Cargo.lock and miri URL
1 parent 5cf0d7b commit 7596a10

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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

0 commit comments

Comments
 (0)