File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
- name : Install mdbook
18
18
run : |
19
19
mkdir bin
20
- curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.5 /mdbook-v0.4.5 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
20
+ curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.14 /mdbook-v0.4.14 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
21
21
echo "$(pwd)/bin" >> $GITHUB_PATH
22
22
- name : Report versions
23
23
run : |
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ See https://highlightjs.org/ for a list of supported languages.
41
41
42
42
Rust examples are tested via rustdoc, and should include the appropriate annotations when tests are expected to fail:
43
43
44
- * ` edition2018 ` — If it is edition-specific.
44
+ * ` edition2015 ` or ` edition2018 ` — If it is edition-specific (see ` book.toml ` for the default) .
45
45
* ` no_run ` — The example should compile successfully, but should not be executed.
46
46
* ` should_panic ` — The example should compile and run, but produce a panic.
47
47
* ` compile_fail ` — The example is expected to fail to compile.
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ git-repository-url = "https://github.com/rust-lang/reference/"
11
11
"/expressions/enum-variant-expr.html" = " struct-expr.html"
12
12
13
13
[rust ]
14
- edition = " 2018 "
14
+ edition = " 2021 "
You can’t perform that action at this time.
0 commit comments