mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 00:38:54 +00:00
Push rust to 1.44
This commit is contained in:
parent
cfd848767d
commit
4a0c596ea5
1 changed files with 3 additions and 3 deletions
|
@ -10,12 +10,12 @@ trigger:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: format_check
|
- name: format_check
|
||||||
image: rust:1.41
|
image: rust:1.44
|
||||||
commands:
|
commands:
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
- cargo fmt -- --check
|
- cargo fmt -- --check
|
||||||
- name: cargo_check
|
- name: cargo_check
|
||||||
image: rust:1.41
|
image: rust:1.44
|
||||||
commands:
|
commands:
|
||||||
- cargo check
|
- cargo check
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ trigger:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build_release
|
- name: build_release
|
||||||
image: rust:1.41
|
image: rust:1.44
|
||||||
commands:
|
commands:
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|
Loading…
Add table
Reference in a new issue