diff --git a/Cargo.toml b/Cargo.toml index 7aeac3f..e8a1b00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pacmog" -version = "0.5.0" +version = "0.6.0" authors = ["Akiyuki Okayasu "] description = "PCM decording library" categories = ["multimedia::audio", "no-std", "embedded", "multimedia::encoding"] @@ -9,12 +9,12 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/AkiyukiOkayasu/pacmog" readme = "README.md" edition = "2024" -rust-version = "1.85.0" +rust-version = "1.85.1" exclude = ["tests/resources/*"] [dependencies] arbitrary-int = { version = "1.3.0", default-features = false } -fixed = "1.28.0" +fixed = "1.29.0" heapless = "0.8.0" num-traits = { version = "0.2.19", features = [ "libm",