File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2323 uses : ./.github/actions/setup
2424 with :
2525 kind : check
26- toolchain : 1.61 .0
26+ toolchain : 1.62 .0
2727 - name : cargo check
2828 run : cargo check --all --all-features --all-targets
2929
4040 with :
4141 kind : check
4242 components : clippy, rustfmt
43- toolchain : 1.61 .0
43+ toolchain : 1.62 .0
4444 - name : cargo fmt
4545 run : cargo fmt --all -- --check
4646 - name : cargo clippy
6262 id : setup
6363 with :
6464 kind : check
65- toolchain : 1.61 .0
65+ toolchain : 1.62 .0
6666 - name : cargo doc
6767 run : cargo doc --all --all-features
6868
@@ -122,7 +122,7 @@ jobs:
122122 id : setup
123123 with :
124124 kind : check
125- toolchain : 1.61 .0
125+ toolchain : 1.62 .0
126126 - name : Check feature powerset
127127 run : cargo hack check --feature-powerset --optional-deps --exclude-all-features --keep-going --lib --tests --ignore-private
128128
Original file line number Diff line number Diff line change 55 types : [published]
66
77jobs :
8-
98 publish :
109 name : Publish crates on release
1110 runs-on : ubuntu-latest
1615 - name : Install jq
1716 run : sudo apt-get update && sudo apt-get install -y jq
1817 - name : Install toolchain
19- uses : dtolnay/rust-toolchain@1.61 .0
18+ uses : dtolnay/rust-toolchain@1.62 .0
2019 - name : Bootstraping Grammars - Building
2120 run : cargo build --package pest_bootstrap
2221 - name : Bootstraping Grammars - Executing
You can’t perform that action at this time.
0 commit comments