Release Candidate 0.0.1-rc.6
Some checks failed
Run Tests on Code / run-tests (push) Successful in 29s
Build and release binary file and packages / test (push) Successful in 27s
Build and release binary file and packages / build (push) Successful in 25s
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) Failing after 1s
Build and release binary file and packages / create-release (push) Successful in 9s
Some checks failed
Run Tests on Code / run-tests (push) Successful in 29s
Build and release binary file and packages / test (push) Successful in 27s
Build and release binary file and packages / build (push) Successful in 25s
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) Failing after 1s
Build and release binary file and packages / create-release (push) Successful in 9s
This commit is contained in:
parent
6b9284ade9
commit
99a7811459
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -34,7 +34,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "api-backend"
|
||||
version = "0.0.1-rc.5"
|
||||
version = "0.0.1-rc.6"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"chrono",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
authors = ["Neshura"]
|
||||
name = "api-backend"
|
||||
version = "0.0.1-rc.5"
|
||||
version = "0.0.1-rc.6"
|
||||
edition = "2021"
|
||||
description = "API Backend For Easier Uploading To Kavita"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
|
Loading…
Reference in a new issue