File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -857,7 +857,7 @@ fn ambiguous_git_reference() {
857
857
authors = []
858
858
859
859
[dependencies.bar]
860
- git = "https ://127.0.0.1"
860
+ git = "http ://127.0.0.1"
861
861
branch = "master"
862
862
tag = "some-tag"
863
863
"# ,
@@ -910,7 +910,7 @@ fn bad_source_config2() {
910
910
".cargo/config" ,
911
911
r#"
912
912
[source.crates-io]
913
- registry = 'https ://example.com'
913
+ registry = 'http ://example.com'
914
914
replace-with = 'bar'
915
915
"# ,
916
916
)
@@ -1076,7 +1076,7 @@ fn both_git_and_path_specified() {
1076
1076
authors = []
1077
1077
1078
1078
[dependencies.bar]
1079
- git = "https ://127.0.0.1"
1079
+ git = "http ://127.0.0.1"
1080
1080
path = "bar"
1081
1081
"# ,
1082
1082
)
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ fn https_something_happens() {
171
171
authors = []
172
172
173
173
[dependencies.bar]
174
- git = "https ://127.0.0.1:{}/foo/bar"
174
+ git = "http ://127.0.0.1:{}/foo/bar"
175
175
"# ,
176
176
addr. port( )
177
177
) ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ fn net_retry_loads_from_config() {
12
12
authors = []
13
13
14
14
[dependencies.bar]
15
- git = "https ://127.0.0.1:11/foo/bar"
15
+ git = "http ://127.0.0.1:11/foo/bar"
16
16
"# ,
17
17
)
18
18
. file ( "src/main.rs" , "" )
@@ -48,7 +48,7 @@ fn net_retry_git_outputs_warning() {
48
48
authors = []
49
49
50
50
[dependencies.bar]
51
- git = "https ://127.0.0.1:11/foo/bar"
51
+ git = "http ://127.0.0.1:11/foo/bar"
52
52
"# ,
53
53
)
54
54
. file (
You can’t perform that action at this time.
0 commit comments