File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 23
23
uses : ./.github/actions/setup
24
24
with :
25
25
kind : check
26
- toolchain : 1.61 .0
26
+ toolchain : 1.62 .0
27
27
- name : cargo check
28
28
run : cargo check --all --all-features --all-targets
29
29
40
40
with :
41
41
kind : check
42
42
components : clippy, rustfmt
43
- toolchain : 1.61 .0
43
+ toolchain : 1.62 .0
44
44
- name : cargo fmt
45
45
run : cargo fmt --all -- --check
46
46
- name : cargo clippy
62
62
id : setup
63
63
with :
64
64
kind : check
65
- toolchain : 1.61 .0
65
+ toolchain : 1.62 .0
66
66
- name : cargo doc
67
67
run : cargo doc --all --all-features
68
68
@@ -122,7 +122,7 @@ jobs:
122
122
id : setup
123
123
with :
124
124
kind : check
125
- toolchain : 1.61 .0
125
+ toolchain : 1.62 .0
126
126
- name : Check feature powerset
127
127
run : cargo hack check --feature-powerset --optional-deps --exclude-all-features --keep-going --lib --tests --ignore-private
128
128
Original file line number Diff line number Diff line change 5
5
types : [published]
6
6
7
7
jobs :
8
-
9
8
publish :
10
9
name : Publish crates on release
11
10
runs-on : ubuntu-latest
16
15
- name : Install jq
17
16
run : sudo apt-get update && sudo apt-get install -y jq
18
17
- name : Install toolchain
19
- uses : dtolnay/rust-toolchain@1.61 .0
18
+ uses : dtolnay/rust-toolchain@1.62 .0
20
19
- name : Bootstraping Grammars - Building
21
20
run : cargo build --package pest_bootstrap
22
21
- name : Bootstraping Grammars - Executing
You can’t perform that action at this time.
0 commit comments