Skip to content

Commit

Permalink
update CI toolchain 1.63.0 -> 1.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thegwan committed Apr 20, 2023
1 parent c6827ba commit ce0fde5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Rust stable
uses: actions-rs/toolchain@v1
with:
toolchain: 1.63.0
toolchain: 1.69.0
override: true
components: rustfmt, clippy
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Rust stable
uses: actions-rs/toolchain@v1
with:
toolchain: 1.63.0
toolchain: 1.69.0
override: true
components: rustfmt, clippy
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit ce0fde5

Please sign in to comment.