actions-fix: update toolchain to nightly for cargo fmt to use crate imports granularity part 2. remove +nightly

This commit is contained in:
clowzed 2024-06-24 13:03:05 +03:00
commit aa27492f6f
3 changed files with 3 additions and 3 deletions

View file

@ -84,7 +84,7 @@ jobs:
- uses: "actions-rs/cargo@v1"
with:
command: "+nightly fmt"
command: "fmt"
args: "--all -- --check"
clippy:

View file

@ -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"

View file

@ -10,7 +10,7 @@
"license": {
"name": "MIT"
},
"version": "0.2.2"
"version": "0.2.3"
},
"paths": {
"/api/auth/login": {