diff options
Diffstat (limited to 'components/msg/Cargo.toml')
-rw-r--r-- | components/msg/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml index a13fa591db6..d39620fdacf 100644 --- a/components/msg/Cargo.toml +++ b/components/msg/Cargo.toml @@ -13,7 +13,7 @@ path = "lib.rs" unstable = ["nonzero/unstable"] [dependencies] -bitflags = "1.0" +bitflags = "0.7" malloc_size_of = { path = "../malloc_size_of" } malloc_size_of_derive = { path = "../malloc_size_of_derive" } nonzero = {path = "../nonzero"} |