Release Candidate 0.0.1-rc.3
Some checks failed
Run Tests on Code / run-tests (push) Successful in 27s
Build and release binary file and packages / test (push) Successful in 26s
Build and release binary file and packages / build (push) Successful in 24s
Build and release binary file and packages / upload-generic-package (push) Successful in 2s
Build and release binary file and packages / upload-debian-package (push) Successful in 1s
Build and release binary file and packages / create-release (push) Failing after 1s

This commit is contained in:
Neshura 2024-08-07 19:09:12 +02:00
parent f55b5c152d
commit 9a2dec712f
Signed by: Neshura
GPG key ID: 4E2D47B1374C297D
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -34,7 +34,7 @@ dependencies = [
[[package]]
name = "api-backend"
version = "0.0.1-rc.2"
version = "0.0.1-rc.3"
dependencies = [
"axum",
"chrono",

View file

@ -1,7 +1,7 @@
[package]
authors = ["Neshura"]
name = "api-backend"
version = "0.0.1-rc.2"
version = "0.0.1-rc.3"
edition = "2021"
description = "API Backend For Easier Uploading To Kavita"
license = "GPL-3.0-or-later"