style: Don't specify minor version for cssparser.

This commit is contained in:
Emilio Cobos Álvarez 2019-11-30 14:28:26 +01:00
parent 31837a1efa
commit f8e924f86a
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A
9 changed files with 9 additions and 9 deletions

View file

@ -22,7 +22,7 @@ bitflags = "1.0"
byteorder = "1"
canvas_traits = {path = "../canvas_traits"}
crossbeam-channel = "0.3"
cssparser = "0.27.1"
cssparser = "0.27"
embedder_traits = {path = "../embedder_traits"}
euclid = "0.20"
fnv = "1.0"

View file

@ -14,7 +14,7 @@ path = "lib.rs"
webgl_backtrace = []
[dependencies]
cssparser = "0.27.1"
cssparser = "0.27"
euclid = "0.20"
ipc-channel = "0.12"
lazy_static = "1"

View file

@ -28,7 +28,7 @@ servo = [
app_units = "0.7"
content-security-policy = {version = "0.3.0", features = ["serde"], optional = true}
crossbeam-channel = { version = "0.3", optional = true }
cssparser = "0.27.1"
cssparser = "0.27"
euclid = "0.20"
hashglobe = { path = "../hashglobe" }
hyper = { version = "0.12", optional = true }

View file

@ -43,7 +43,7 @@ content-security-policy = {version = "0.3.0", features = ["serde"]}
cookie = "0.11"
chrono = "0.4"
crossbeam-channel = "0.3"
cssparser = "0.27.1"
cssparser = "0.27"
deny_public_fields = {path = "../deny_public_fields"}
devtools_traits = {path = "../devtools_traits"}
dom_struct = {path = "../dom_struct"}

View file

@ -22,7 +22,7 @@ bench = []
[dependencies]
bitflags = "1.0"
matches = "0.1"
cssparser = "0.27.1"
cssparser = "0.27"
derive_more = "0.13"
log = "0.4"
fxhash = "0.2"

View file

@ -32,7 +32,7 @@ arrayvec = "0.5"
atomic_refcell = "0.1"
bitflags = "1.0"
byteorder = "1.0"
cssparser = "0.27.1"
cssparser = "0.27"
crossbeam-channel = { version = "0.3", optional = true }
derive_more = "0.13"
new_debug_unreachable = "1.0"

View file

@ -15,7 +15,7 @@ gecko = []
[dependencies]
app_units = "0.7"
cssparser = "0.27.1"
cssparser = "0.27"
bitflags = "1.0"
euclid = "0.20"
lazy_static = "1"

View file

@ -14,7 +14,7 @@ servo = ["cssparser/serde", "string_cache"]
gecko = []
[dependencies]
cssparser = "0.27.1"
cssparser = "0.27"
servo_arc = { path = "../servo_arc" }
smallbitvec = "2.1.1"
smallvec = "0.6.6"

View file

@ -11,7 +11,7 @@ doctest = false
[dependencies]
app_units = "0.7"
cssparser = "0.27.1"
cssparser = "0.27"
euclid = "0.20"
html5ever = "0.25"
rayon = "1"