mirror of
https://github.com/talwat/lowfi
synced 2025-03-13 00:22:22 +00:00
chore: bump version
This commit is contained in:
parent
8e843c12a2
commit
bbdcfdd6f2
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1453,7 +1453,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
||||
|
||||
[[package]]
|
||||
name = "lowfi"
|
||||
version = "1.6.2-dev"
|
||||
version = "1.6.3-dev"
|
||||
dependencies = [
|
||||
"Inflector",
|
||||
"arc-swap",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "lowfi"
|
||||
version = "1.6.2-dev"
|
||||
version = "1.6.3-dev"
|
||||
edition = "2021"
|
||||
description = "An extremely simple lofi player."
|
||||
license = "MIT"
|
||||
|
@ -69,7 +69,7 @@ pub enum Messages {
|
||||
}
|
||||
|
||||
/// 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.
|
||||
const BUFFER_SIZE: usize = 5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user