mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
Bump ogg_pager
This commit is contained in:
parent
0426542f50
commit
85d571bb40
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
## [0.5.3] - 2022-03-03
|
||||
|
||||
## Fixed
|
||||
- **OGG**: Segment tables are written correctly with data spanning multiple pages
|
||||
- **OGG**: Segment tables are written correctly with data spanning multiple pages ([issue](https://github.com/Serial-ATA/lofty-rs/issues/37))
|
||||
|
||||
## [0.5.2] - 2022-02-26
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ flate2 = { version = "1.0.22", optional = true }
|
|||
# Vorbis comments pictures
|
||||
base64 = { version = "0.13.0", optional = true }
|
||||
# OGG Vorbis/Opus
|
||||
ogg_pager = "0.3.1"
|
||||
ogg_pager = "0.3.2"
|
||||
# Key maps
|
||||
once_cell = "1.9.0"
|
||||
paste = "1.0.6"
|
||||
|
|
Loading…
Reference in a new issue