Upgrade to Rust 1.68.0

This commit is contained in:
link2xt
2023-03-10 01:30:57 +00:00
parent 6a394a0dc8
commit a853b8283a

View File

@@ -20,7 +20,7 @@ jobs:
name: Rustfmt and Clippy name: Rustfmt and Clippy
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RUSTUP_TOOLCHAIN: 1.67.1 RUSTUP_TOOLCHAIN: 1.68.0
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install rustfmt and clippy - name: Install rustfmt and clippy
@@ -72,10 +72,10 @@ jobs:
include: include:
# Currently used Rust version. # Currently used Rust version.
- os: ubuntu-latest - os: ubuntu-latest
rust: 1.64.0 rust: 1.68.0
python: 3.9 python: 3.9
- os: windows-latest - os: windows-latest
rust: 1.64.0 rust: 1.68.0
python: false # Python bindings compilation on Windows is not supported. python: false # Python bindings compilation on Windows is not supported.
# Minimum Supported Rust Version = 1.63.0 # Minimum Supported Rust Version = 1.63.0