diff options
| author | jakka <jakka@jakka.su> | 2025-09-30 17:10:19 +0300 |
|---|---|---|
| committer | jakka <jakka@jakka.su> | 2025-09-30 17:10:19 +0300 |
| commit | b9dfa39e4d72ce8e454bf8ac1449e6436e9bec4a (patch) | |
| tree | edba2042b74f25fe2ed9ef9bfcf0426d04b33dc7 /Cargo.toml | |
| parent | d531f8909d3ee47ea11a7a0dc60ea70819c16032 (diff) | |
changelog edit and version bumpv0.3.1
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ [package] name = "flac-reencoder" -version = "0.3.0" +version = "0.3.1" edition = "2024" repository = "https://github.com/doujincafe/reencoder/" license = "BSD-3-Clause" @@ -19,7 +19,7 @@ indicatif = { version = "0.18.0", features = ["improved_unicode"] } walkdir = "2.5.0" console = { version = "0.16.0", features = ["windows-console-colors"] } rusqlite = { version = "0.36.0", default-features = false, features = [ - "modern_sqlite", + "modern_sqlite", ] } ctrlc = "3.4.7" flac-codec = { version = "1.2.0", features = ["rayon"] } @@ -31,13 +31,13 @@ linked = ["flac-bound/libflac-nobuild"] [dev-dependencies] flac-bound = { version = "0.5.0", default-features = false, features = [ - "libflac-nobuild", + "libflac-nobuild", ] } [target.'cfg(windows)'.dependencies] rusqlite = { version = "0.36.0", default-features = false, features = [ - "bundled-windows", + "bundled-windows", ] } flac-bound = { version = "0.5.0", default-features = false, features = [ - "libflac-noogg", + "libflac-noogg", ] } |
