1
Fork 0

Update bitflags

This commit is contained in:
varkor 2019-10-14 00:37:55 +01:00
parent 8042206657
commit b925eb5f42
7 changed files with 8 additions and 8 deletions

View file

@ -9,5 +9,5 @@ name = "rustc_apfloat"
path = "lib.rs"
[dependencies]
bitflags = "1.0"
bitflags = "1.2.1"
smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }