wiggle: depend on bitflags, and re-export it.

This commit is contained in:
Pat Hickey
2021-01-11 18:04:43 -08:00
parent 94467bcd9a
commit e2fb99af86
3 changed files with 3 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -2815,6 +2815,7 @@ dependencies = [
name = "wiggle"
version = "0.22.0"
dependencies = [
"bitflags",
"proptest",
"thiserror",
"tracing",