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
This commit is contained in:
parent
5fa7368a34
commit
017ab86591
3 changed files with 1219 additions and 1219 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
- uses: "actions-rs/toolchain@v1"
|
||||
with:
|
||||
profile: "minimal"
|
||||
toolchain: "stable"
|
||||
toolchain: "nightly"
|
||||
override: true
|
||||
|
||||
- run: "rustup component add rustfmt"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sero"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
edition = "2021"
|
||||
authors = ["clowzed <clowzed.work@gmail.com>"]
|
||||
description = "Muiltidomain static site hosting"
|
||||
|
|
|
|||
2434
openapi.json
2434
openapi.json
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue