Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9a8094e

Browse files
ehussm-ou-se
authored andcommittedAug 23, 2021
[experiment] Crater 2021 edition rustfix
1 parent 33fdb79 commit 9a8094e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
 

‎.gitmodules

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
url = https://github.com/rust-lang/nomicon.git
77
[submodule "src/tools/cargo"]
88
path = src/tools/cargo
9-
url = https://github.com/rust-lang/cargo.git
9+
url = https://github.com/ehuss/cargo.git
10+
branch = "2021-crater"
1011
[submodule "src/doc/reference"]
1112
path = src/doc/reference
1213
url = https://github.com/rust-lang/reference.git

‎Cargo.lock

+1
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ dependencies = [
294294
"openssl",
295295
"percent-encoding 2.1.0",
296296
"pretty_env_logger",
297+
"regex",
297298
"rustc-workspace-hack",
298299
"rustfix 0.6.0",
299300
"semver 1.0.3",

0 commit comments

Comments
 (0)
Please sign in to comment.