Skip to content

Commit

Permalink
Update the ogg crate to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Jan 20, 2021
1 parent 7b50a46 commit ba1d90a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ required-features = ["ogg"]
[dependencies]
byteorder = "1.0"
tinyvec = { version = "1.0", features = ["alloc"] }
ogg = { version = "0.7", optional = true }
ogg = { version = "0.8", optional = true }
tokio-io = { version = "0.1", optional = true }
futures = { version = "0.1", optional = true }

[dev-dependencies]
ogg = "0.7"
ogg = "0.8"
alto = "3"

[package.metadata.docs.rs]
Expand Down

0 comments on commit ba1d90a

Please sign in to comment.