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": {