File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3737 - name : Generate Docs (reference docs.rs)
3838 run : |
3939 cargo rustdoc -- --cfg docsrs -Z unstable-options $(cargo metadata --format-version 1 | jq --raw-output '.packages | map("--extern-html-root-url=\(.name)=https://docs.rs/\(.name)/\(.version)") | join(" ")')
40- - uses : actions/upload-pages-artifact@v1
40+ - uses : actions/upload-pages-artifact@v4
4141 with :
4242 path : ' target/doc'
4343 - id : deployment
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ quote = "1"
1414syn = { version = " 2" , features = [" full" ] }
1515
1616[dev-dependencies ]
17- trybuild = " 1.0.80 "
17+ trybuild = " 1.0.111 "
1818
1919[package .metadata .release ]
2020release = false
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ error: example error
99error: example error
1010 --> tests/ui/emit.rs:8:5
1111 |
12- 8 | / emit!(
13- 9 | | struct Struct;
12+ 8 | / emit!(
13+ 9 | | struct Struct;
141410 | | );
1515 | |_____^
1616 |
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ quote = "1"
1414syn = { version = " 2" , features = [" full" ] }
1515
1616[dev-dependencies ]
17- trybuild = " 1.0.80 "
17+ trybuild = " 1.0.111 "
1818
1919[package .metadata .release ]
2020release = false
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ error: example error
99error: example error
1010 --> tests/ui/emit.rs:8:5
1111 |
12- 8 | / emit!(
13- 9 | | struct Struct;
12+ 8 | / emit!(
13+ 9 | | struct Struct;
141410 | | );
1515 | |_____^
1616 |
You can’t perform that action at this time.
0 commit comments