Skip to content

Commit

Permalink
Merge pull request #16 from oxc/enumflags2_064
Browse files Browse the repository at this point in the history
Update enumflags2 to 0.6.4
  • Loading branch information
laptou authored Oct 14, 2020
2 parents 8cfc940 + 34f565e commit fc7f55a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 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 @@ -15,8 +15,8 @@ libc = "0.2"
thiserror = "1.0"
num-traits = "0.2"
num-derive = "0.3"
enumflags2 = "<= 0.6.2"
enumflags2_derive = "<= 0.6.2"
enumflags2 = "0.6.4"
enumflags2_derive = "0.6.4"
bytes = "0.5"
bitvec = "0.17"
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::ffi::CString;

use bytes::Buf;
use enumflags2::BitFlags;
use enumflags2::_internal::RawBitFlags;
use enumflags2::RawBitFlags;
use num_traits::FromPrimitive;

use crate::Address;
Expand Down

0 comments on commit fc7f55a

Please sign in to comment.