mirror of
https://github.com/clowzed/sero
synced 2026-03-14 12:45:50 +01:00
actions-fix: update toolchain to nightly for cargo fmt to use crate imports granularity part 2. remove +nightly
This commit is contained in:
parent
017ab86591
commit
aa27492f6f
3 changed files with 3 additions and 3 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
|
||||
- uses: "actions-rs/cargo@v1"
|
||||
with:
|
||||
command: "+nightly fmt"
|
||||
command: "fmt"
|
||||
args: "--all -- --check"
|
||||
|
||||
clippy:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sero"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
edition = "2021"
|
||||
authors = ["clowzed <clowzed.work@gmail.com>"]
|
||||
description = "Muiltidomain static site hosting"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"license": {
|
||||
"name": "MIT"
|
||||
},
|
||||
"version": "0.2.2"
|
||||
"version": "0.2.3"
|
||||
},
|
||||
"paths": {
|
||||
"/api/auth/login": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue