Skip to content

Commit 701d365

Browse files
committed
bump rustc-serialize to a vertion that builds on modern rust
1 parent 5fc6edd commit 701d365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ clock = ["time"]
3030
time = { version = "0.1.39", optional = true }
3131
num-integer = { version = "0.1.36", default-features = false }
3232
num-traits = { version = "0.2", default-features = false }
33-
rustc-serialize = { version = "0.3", optional = true }
33+
rustc-serialize = { version = "0.3.20", optional = true }
3434
serde = { version = "1", optional = true }
3535

3636
[dev-dependencies]

0 commit comments

Comments
 (0)