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 37
37
- name : Generate Docs (reference docs.rs)
38
38
run : |
39
39
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
41
41
with :
42
42
path : ' target/doc'
43
43
- id : deployment
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ quote = "1"
14
14
syn = { version = " 2" , features = [" full" ] }
15
15
16
16
[dev-dependencies ]
17
- trybuild = " 1.0.80 "
17
+ trybuild = " 1.0.111 "
18
18
19
19
[package .metadata .release ]
20
20
release = false
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ error: example error
9
9
error: example error
10
10
--> tests/ui/emit.rs:8:5
11
11
|
12
- 8 | / emit!(
13
- 9 | | struct Struct;
12
+ 8 | / emit!(
13
+ 9 | | struct Struct;
14
14
10 | | );
15
15
| |_____^
16
16
|
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ quote = "1"
14
14
syn = { version = " 2" , features = [" full" ] }
15
15
16
16
[dev-dependencies ]
17
- trybuild = " 1.0.80 "
17
+ trybuild = " 1.0.111 "
18
18
19
19
[package .metadata .release ]
20
20
release = false
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ error: example error
9
9
error: example error
10
10
--> tests/ui/emit.rs:8:5
11
11
|
12
- 8 | / emit!(
13
- 9 | | struct Struct;
12
+ 8 | / emit!(
13
+ 9 | | struct Struct;
14
14
10 | | );
15
15
| |_____^
16
16
|
You can’t perform that action at this time.
0 commit comments