From aa27492f6f3f636b6db05ee9fa5f2fc56a2a8ef9 Mon Sep 17 00:00:00 2001 From: clowzed Date: Mon, 24 Jun 2024 13:03:05 +0300 Subject: [PATCH] actions-fix: update toolchain to nightly for cargo fmt to use crate imports granularity part 2. remove +nightly --- .github/workflows/test.yml | 2 +- Cargo.toml | 2 +- openapi.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 287ab55..894068a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -84,7 +84,7 @@ jobs: - uses: "actions-rs/cargo@v1" with: - command: "+nightly fmt" + command: "fmt" args: "--all -- --check" clippy: diff --git a/Cargo.toml b/Cargo.toml index 8d82c3c..e0cb270 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sero" -version = "0.2.2" +version = "0.2.3" edition = "2021" authors = ["clowzed "] description = "Muiltidomain static site hosting" diff --git a/openapi.json b/openapi.json index 20c27d1..795d731 100644 --- a/openapi.json +++ b/openapi.json @@ -10,7 +10,7 @@ "license": { "name": "MIT" }, - "version": "0.2.2" + "version": "0.2.3" }, "paths": { "/api/auth/login": {