Skip to content

Commit f23a1f4

Browse files
author
bors-servo
committed
Auto merge of servo#95 - nox:fix-serde, r=KiChjang
Specify versions for serde and serde_macros (fixes servo#94) I just used the versions currently found in Servo. Fixes servo#94. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-cssparser/95) <!-- Reviewable:end -->
2 parents fa6861d + d936a72 commit f23a1f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

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

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

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

1919
[dependencies.serde]
20+
version = "0.6.6"
2021
optional = true
2122

2223
[dependencies.serde_macros]
24+
version = "0.6.5"
2325
optional = true
2426

2527
[dependencies.heapsize]

0 commit comments

Comments
 (0)