Skip to content

Commit d5c93cf

Browse files
author
bors-servo
committed
Auto merge of servo#98 - nox:bump-serde, r=KiChjang
Bump serde to 0.7 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-cssparser/98) <!-- Reviewable:end -->
2 parents 9a35250 + 4617746 commit d5c93cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "cssparser"
4-
version = "0.5.3"
4+
version = "0.5.4"
55
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
66

77
description = "Rust implementation of CSS Syntax Level 3"
@@ -17,11 +17,11 @@ rustc-serialize = "0.3"
1717
tempdir = "0.3"
1818

1919
[dependencies.serde]
20-
version = "0.6.6"
20+
version = ">=0.6.6, <0.8"
2121
optional = true
2222

2323
[dependencies.serde_macros]
24-
version = "0.6.5"
24+
version = ">=0.6.5, <0.8"
2525
optional = true
2626

2727
[dependencies.heapsize]

0 commit comments

Comments
 (0)