Release Candidate 0.0.1-rc.8
All checks were successful
Run Tests on Code / run-tests (push) Successful in 25s
Build and release binary file and packages / test (push) Successful in 24s
Build and release binary file and packages / build (push) Successful in 27s
Build and release binary file and packages / upload-generic-package (push) Successful in 1s
Build and release binary file and packages / upload-debian-package (push) Successful in 1s
Build and release binary file and packages / create-release (push) Successful in 8s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 25s
Build and release binary file and packages / test (push) Successful in 24s
Build and release binary file and packages / build (push) Successful in 27s
Build and release binary file and packages / upload-generic-package (push) Successful in 1s
Build and release binary file and packages / upload-debian-package (push) Successful in 1s
Build and release binary file and packages / create-release (push) Successful in 8s
This commit is contained in:
parent
c6918e6dbd
commit
8115f5eb95
3 changed files with 5 additions and 5 deletions
|
@ -47,9 +47,9 @@ jobs:
|
|||
runs-on: docker
|
||||
container: forgejo.neshweb.net/ci-docker-images/rust-node:latest
|
||||
outputs:
|
||||
DEBIAN_NAME: ${{ steps.deb_bundle.outputs.debian_name }}
|
||||
DEBIAN_REV: ${{ steps.deb_bundle.outputs.debian_rev }}
|
||||
DEBIAN_REF: ${{ steps.deb_bundle.outputs.debian_ref }}
|
||||
DEBIAN_NAME: ${{ steps.deb.outputs.debian_name }}
|
||||
DEBIAN_REV: ${{ steps.deb.outputs.debian_rev }}
|
||||
DEBIAN_REF: ${{ steps.deb.outputs.debian_ref }}
|
||||
steps:
|
||||
- name: Checking Out Repository Code
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -34,7 +34,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "api-backend"
|
||||
version = "0.0.1-rc.7"
|
||||
version = "0.0.1-rc.8"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"chrono",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
authors = ["Neshura"]
|
||||
name = "api-backend"
|
||||
version = "0.0.1-rc.7"
|
||||
version = "0.0.1-rc.8"
|
||||
edition = "2021"
|
||||
description = "API Backend For Easier Uploading To Kavita"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
|
Loading…
Reference in a new issue