Skip to content

Commit

Permalink
chore: Update bitstream-io to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
relrelb authored and Herschel committed Jan 4, 2021
1 parent f7c380a commit de761f5
Show file tree
Hide file tree
Showing 3 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.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
license = "MIT OR Apache-2.0"

[dependencies]
bitstream-io = "0.9.0"
bitstream-io = "1.0.0"
flate2 = "1.0.19"
fnv = "1.0.7"
gc-arena = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion core/src/backend/audio/decoders/adpcm.rs
@@ -1,5 +1,5 @@
use super::{Decoder, SeekableDecoder};
use bitstream_io::{BigEndian, BitReader};
use bitstream_io::{BigEndian, BitRead, BitReader};
use std::io::{Cursor, Read};

pub struct AdpcmDecoder<R: Read> {
Expand Down

0 comments on commit de761f5

Please sign in to comment.