*: update dependencies

This commit is contained in:
meh
2017-02-19 01:45:05 +01:00
parent 575b440267
commit b48521108e
17 changed files with 17 additions and 17 deletions

View File

@ -2,7 +2,7 @@ use libc::c_int;
use ffi::*;
bitflags! {
flags Flags: c_int {
pub flags Flags: c_int {
const CODED_ORDER = SLICE_FLAG_CODED_ORDER,
const ALLOW_FIELD = SLICE_FLAG_ALLOW_FIELD,
const ALLOW_PLANE = SLICE_FLAG_ALLOW_PLANE,