chore: bump version

This commit is contained in:
talwat 2025-03-12 14:28:05 +01:00
parent 8e843c12a2
commit bbdcfdd6f2
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1453,7 +1453,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]] [[package]]
name = "lowfi" name = "lowfi"
version = "1.6.2-dev" version = "1.6.3-dev"
dependencies = [ dependencies = [
"Inflector", "Inflector",
"arc-swap", "arc-swap",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "lowfi" name = "lowfi"
version = "1.6.2-dev" version = "1.6.3-dev"
edition = "2021" edition = "2021"
description = "An extremely simple lofi player." description = "An extremely simple lofi player."
license = "MIT" license = "MIT"

View File

@ -69,7 +69,7 @@ pub enum Messages {
} }
/// The time to wait in between errors. /// The time to wait in between errors.
const TIMEOUT: Duration = Duration::from_secs(1); const TIMEOUT: Duration = Duration::from_secs(3);
/// The amount of songs to buffer up. /// The amount of songs to buffer up.
const BUFFER_SIZE: usize = 5; const BUFFER_SIZE: usize = 5;