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

This commit is contained in:
Paul van Tilburg 2024-07-26 22:59:43 +02:00
parent ff329fae2f
commit e74939382a
Signed by: paul
GPG key ID: C6DE073EDA9EEC4D
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1573,7 +1573,7 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
[[package]]
name = "podbringer"
version = "0.5.3"
version = "0.5.4"
dependencies = [
"async-trait",
"cached",

View file

@ -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)"