File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 24
24
url = https://github.com/rust-lang-nursery/rustfmt.git
25
25
[submodule "src/tools/miri "]
26
26
path = src/tools/miri
27
- url = https://github.com/solson /miri.git
27
+ url = https://github.com/rust-lang /miri.git
28
28
[submodule "src/doc/rust-by-example "]
29
29
path = src/doc/rust-by-example
30
30
url = https://github.com/rust-lang/rust-by-example.git
46
46
branch = rustc/8.0-2019-01-16
47
47
[submodule "src/doc/embedded-book "]
48
48
path = src/doc/embedded-book
49
- url = https://github.com/rust-embedded/book.git
49
+ url = https://github.com/rust-embedded/book.git
Original file line number Diff line number Diff line change @@ -1626,6 +1626,7 @@ dependencies = [
1626
1626
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1627
1627
" rustc-workspace-hack 1.0.0" ,
1628
1628
" 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)" ,
1629
1630
" vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
1630
1631
]
1631
1632
You can’t perform that action at this time.
0 commit comments