Skip to content

Commit

Permalink
ogg_pager: Use workspace byteorder
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Apr 24, 2024
1 parent 5e385e6 commit 9d01ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogg_pager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = ["multimedia", "multimedia::audio", "parser-implementations"]
include = ["src", "Cargo.toml", "../LICENSE-*"]

[dependencies]
byteorder = "1.5.0"
byteorder = { workspace = true }

[lints]
workspace = true

0 comments on commit 9d01ff4

Please sign in to comment.