mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
Upgrade to Rust 1.68.0
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user