Skip to content

Commit

Permalink
CI use Rust 1.62.0 for fix rustyline 10.1.0 #[default] compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Jan 18, 2023
1 parent 56cef18 commit cd0f1e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: ./.github/actions/setup
with:
kind: check
toolchain: 1.61.0
toolchain: 1.62.0
- name: cargo check
run: cargo check --all --all-features --all-targets

Expand All @@ -40,7 +40,7 @@ jobs:
with:
kind: check
components: clippy, rustfmt
toolchain: 1.61.0
toolchain: 1.62.0
- name: cargo fmt
run: cargo fmt --all -- --check
- name: cargo clippy
Expand All @@ -62,7 +62,7 @@ jobs:
id: setup
with:
kind: check
toolchain: 1.61.0
toolchain: 1.62.0
- name: cargo doc
run: cargo doc --all --all-features

Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
id: setup
with:
kind: check
toolchain: 1.61.0
toolchain: 1.62.0
- name: Check feature powerset
run: cargo hack check --feature-powerset --optional-deps --exclude-all-features --keep-going --lib --tests --ignore-private

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Expand Up @@ -5,7 +5,6 @@ on:
types: [published]

jobs:

publish:
name: Publish crates on release
runs-on: ubuntu-latest
Expand All @@ -16,7 +15,7 @@ jobs:
- name: Install jq
run: sudo apt-get update && sudo apt-get install -y jq
- name: Install toolchain
uses: dtolnay/rust-toolchain@1.61.0
uses: dtolnay/rust-toolchain@1.62.0
- name: Bootstraping Grammars - Building
run: cargo build --package pest_bootstrap
- name: Bootstraping Grammars - Executing
Expand Down

0 comments on commit cd0f1e0

Please sign in to comment.