Update to smallbitvec 1.0.6

This commit is contained in:
Matt Brubeck 2017-09-14 11:11:20 -07:00
parent 2cbd27c83a
commit d76639bdcc
2 changed files with 5 additions and 5 deletions

View file

@ -68,7 +68,7 @@ serde = {version = "1.0", optional = true, features = ["derive"]}
servo_arc = { path = "../servo_arc" }
servo_atoms = {path = "../atoms", optional = true}
servo_config = {path = "../config", optional = true}
smallbitvec = "1.0"
smallbitvec = "1.0.6"
smallvec = "0.4"
style_derive = {path = "../style_derive"}
style_traits = {path = "../style_traits"}