Bump the version to 0.5.4
Some checks failed
Audit dependencies / audit (push) Successful in 6s
Check, lint and test / Check, lint and test (push) Failing after 5m4s
Release / Release Rust crate (push) Successful in 6m8s
Release / Release (push) Failing after 10m9s
Release / Release Debian package (push) Successful in 10m46s
Some checks failed
Audit dependencies / audit (push) Successful in 6s
Check, lint and test / Check, lint and test (push) Failing after 5m4s
Release / Release Rust crate (push) Successful in 6m8s
Release / Release (push) Failing after 10m9s
Release / Release Debian package (push) Successful in 10m46s
This commit is contained in:
parent
ff329fae2f
commit
e74939382a
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1573,7 +1573,7 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
|||
|
||||
[[package]]
|
||||
name = "podbringer"
|
||||
version = "0.5.3"
|
||||
version = "0.5.4"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"cached",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "podbringer"
|
||||
version = "0.5.3"
|
||||
version = "0.5.4"
|
||||
authors = ["Paul van Tilburg <paul@luon.net>"]
|
||||
edition = "2021"
|
||||
description = "Web service that provides podcasts for services that don't offer them (anymore)"
|
||||
|
|
Loading…
Reference in a new issue