Compare commits

..

2 commits

Author SHA1 Message Date
d5d72a3469 chore: bump rstest from 0.22 to 0.23
Some checks failed
Rust / build (map[name:stable]) (push) Successful in 1m28s
Rust / build (map[name:nightly]) (push) Successful in 3m35s
Release Please / Release-plz (push) Failing after 15s
2024-10-11 09:11:52 +01:00
3a57f3bd69 chore: reset version to allow forgejo workflow to bump it correctly
Some checks failed
Rust / build (map[name:nightly]) (push) Successful in 1m27s
Rust / build (map[name:stable]) (push) Successful in 2m7s
Release Please / Release-plz (push) Failing after 34s
2024-10-11 09:11:17 +01:00

View file

@ -1,6 +1,6 @@
[package]
name = "refile-mp4"
version = "0.3.0"
version = "0.2.0"
edition = "2021"
description = "Refile a directory of m4b files by artist, album (where specified) and title. Used to refile m4b versions of converted aax files for use by Smart Audiobook Player."
license = "MIT"
@ -15,4 +15,4 @@ taglib = "1.0.0"
[dev-dependencies]
pretty_assertions = "1.4"
rstest = "0.22"
rstest = "0.23"