mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
ogg_pager: 0.6.1
This commit is contained in:
parent
7a06ec101c
commit
e167347cc3
3 changed files with 4 additions and 2 deletions
|
@ -22,7 +22,7 @@ lofty_attr = "0.10.0"
|
||||||
# Debug logging
|
# Debug logging
|
||||||
log = "0.4.20"
|
log = "0.4.20"
|
||||||
# OGG Vorbis/Opus
|
# OGG Vorbis/Opus
|
||||||
ogg_pager = { path = "ogg_pager" }
|
ogg_pager = "0.6.1"
|
||||||
# Key maps
|
# Key maps
|
||||||
paste = "1.0.14"
|
paste = "1.0.14"
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.6.1] - 2024-04-21
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- When writing large packets, the size would slowly shift out of sync, causing the pages to be written incorrectly. ([issue](https://github.com/Serial-ATA/lofty-rs/issues/350)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/375))
|
- When writing large packets, the size would slowly shift out of sync, causing the pages to be written incorrectly. ([issue](https://github.com/Serial-ATA/lofty-rs/issues/350)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/375))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ogg_pager"
|
name = "ogg_pager"
|
||||||
version = "0.6.0"
|
version = "0.6.1"
|
||||||
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
|
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
Loading…
Reference in a new issue