File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,8 @@ layout: default
11
11
{{- "|" -}}
12
12
<span class =" status-{{ status.windows }} " >{{ status.windows | replace: '-', ' ' }}</span >
13
13
{{- "|" -}}
14
- <a href =" https://github.com/rust-lang/rust/commits/{{ status.commit }} " >{{ status.commit | truncate: 9, "" }}</a > on <date datetime =" {{ status.datetime }} " >{{ status.datetime | date_to_string }}</date > |
14
+ <a href =" https://github.com/rust-lang/rust/commits/{{ status.commit }} " >{{ status.commit | truncate: 9, "" }}</a > on <date datetime =" {{ status.datetime }} " >{{ status.datetime | date: "%Y-%m-%d %H:%M:%S" }}</date > |
15
15
{%- endfor -%}
16
+
17
+ The table above reflects the real-time status on the master branch.
18
+ Please also check < https://mexus.github.io/rustup-components-history/ > for availability of each component on nightly.
You can’t perform that action at this time.
0 commit comments