@@ -34,7 +34,7 @@ async fn rustup_stable() {
34
34
"# ] ] )
35
35
. with_stderr ( snapbox:: str![ [ r#"
36
36
info: syncing channel updates toolchain=stable-[HOST_TRIPLE]
37
- info: latest update on 2015-01-02, rust version 1.1.0 (hash-stable-1.1.0)
37
+ info: latest update updated= 2015-01-02 version= 1.1.0 (hash-stable-1.1.0)
38
38
info: downloading component[..]
39
39
...
40
40
info: cleaning up downloads & tmp directories
@@ -130,15 +130,15 @@ async fn rustup_all_channels() {
130
130
"# ] ] )
131
131
. with_stderr ( snapbox:: str![ [ r#"
132
132
info: syncing channel updates toolchain=stable-[HOST_TRIPLE]
133
- info: latest update on 2015-01-02, rust version 1.1.0 (hash-stable-1.1.0)
133
+ info: latest update updated= 2015-01-02 version= 1.1.0 (hash-stable-1.1.0)
134
134
info: downloading component[..]
135
135
...
136
136
info: syncing channel updates toolchain=beta-[HOST_TRIPLE]
137
- info: latest update on 2015-01-02, rust version 1.2.0 (hash-beta-1.2.0)
137
+ info: latest update updated= 2015-01-02 version= 1.2.0 (hash-beta-1.2.0)
138
138
info: downloading component[..]
139
139
...
140
140
info: syncing channel updates toolchain=nightly-[HOST_TRIPLE]
141
- info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
141
+ info: latest update updated= 2015-01-02 version= 1.3.0 (hash-nightly-2)
142
142
info: downloading component[..]
143
143
...
144
144
info: cleaning up downloads & tmp directories
@@ -207,12 +207,12 @@ async fn rustup_some_channels_up_to_date() {
207
207
"# ] ] )
208
208
. with_stderr ( snapbox:: str![ [ r#"
209
209
info: syncing channel updates toolchain=stable-[HOST_TRIPLE]
210
- info: latest update on 2015-01-02, rust version 1.1.0 (hash-stable-1.1.0)
210
+ info: latest update updated= 2015-01-02 version= 1.1.0 (hash-stable-1.1.0)
211
211
info: downloading component[..]
212
212
...
213
213
info: syncing channel updates toolchain=beta-[HOST_TRIPLE]
214
214
info: syncing channel updates toolchain=nightly-[HOST_TRIPLE]
215
- info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
215
+ info: latest update updated= 2015-01-02 version= 1.3.0 (hash-nightly-2)
216
216
info: downloading component[..]
217
217
...
218
218
info: cleaning up downloads & tmp directories
@@ -283,7 +283,7 @@ async fn default() {
283
283
"# ] ] )
284
284
. with_stderr ( snapbox:: str![ [ r#"
285
285
info: syncing channel updates toolchain=nightly-[HOST_TRIPLE]
286
- info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
286
+ info: latest update updated= 2015-01-02 version= 1.3.0 (hash-nightly-2)
287
287
info: downloading component[..]
288
288
...
289
289
info: default toolchain set to 'nightly-[HOST_TRIPLE]'
@@ -1707,7 +1707,7 @@ channel = "nightly"
1707
1707
. extend_redactions ( [ ( "[TOOLCHAIN_FILE]" , & toolchain_file) ] )
1708
1708
. with_stderr ( snapbox:: str![ [ r#"
1709
1709
info: syncing channel updates toolchain=nightly-[HOST_TRIPLE]
1710
- info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
1710
+ info: latest update updated= 2015-01-02 version= 1.3.0 (hash-nightly-2)
1711
1711
info: downloading component[..]
1712
1712
...
1713
1713
info: the active toolchain `nightly-[HOST_TRIPLE]` has been installed
@@ -3718,7 +3718,7 @@ async fn custom_toolchain_with_components_toolchains_profile_does_not_err() {
3718
3718
. await
3719
3719
. with_stderr ( snapbox:: str![ [ r#"
3720
3720
info: syncing channel updates toolchain=nightly-[HOST_TRIPLE]
3721
- info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
3721
+ info: latest update updated= 2015-01-02 version= 1.3.0 (hash-nightly-2)
3722
3722
info: downloading component[..]
3723
3723
...
3724
3724
info: default toolchain set to 'nightly-[HOST_TRIPLE]'
0 commit comments