fix: set tests rust toolchain to 1.73.0

release-fix-intellij-update-support-version-range
Meng Zhang 2023-11-19 16:10:37 -08:00
parent ab061e92e8
commit 0908eb1fb4
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
- name: Sccache cache
uses: mozilla-actions/sccache-action@v0.0.3