Skip to content

Commit cc4fc93

Browse files
authored
1 parent 56cef18 commit cc4fc93

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

@@ -40,7 +40,7 @@ jobs:
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
@@ -62,7 +62,7 @@ jobs:
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

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
types: [published]
66

77
jobs:
8-
98
publish:
109
name: Publish crates on release
1110
runs-on: ubuntu-latest
@@ -16,7 +15,7 @@ jobs:
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

0 commit comments

Comments
 (0)