Update to smallbitvec 2.1

This commit is contained in:
Matt Brubeck 2018-04-17 17:24:54 -07:00
parent 5081755418
commit e3f79d9130
5 changed files with 20 additions and 21 deletions

View file

@ -34,7 +34,7 @@ selectors = { path = "../selectors" }
serde = { version = "1.0.27", optional = true }
serde_bytes = { version = "0.10", optional = true }
servo_arc = { path = "../servo_arc" }
smallbitvec = "1.0.3"
smallbitvec = "2.1.0"
smallvec = "0.6"
string_cache = { version = "0.7", optional = true }
time = { version = "0.1.17", optional = true }