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

This commit is contained in:
Neshura 2024-08-07 18:36:31 +02:00
parent 34883f2d5c
commit ba07d40090
Signed by: Neshura
GPG key ID: 4E2D47B1374C297D
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -421,7 +421,7 @@ dependencies = [
[[package]]
name = "kavita-web-manager-api"
version = "0.1.0"
version = "0.0.1-rc.1"
dependencies = [
"axum",
"chrono",

View file

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