Skip to content

Commit

Permalink
Update syntex to 0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 18, 2016
1 parent 3598ef7 commit 706c75c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serde_test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_test"
version = "0.8.1"
version = "0.8.2"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Token De/Serializer for testing De/Serialize implementations"
Expand All @@ -11,4 +11,4 @@ keywords = ["serde", "serialization"]
include = ["Cargo.toml", "src/**/*.rs"]

[dependencies]
serde = { version = "0.8.1", path = "../serde" }
serde = { version = "0.8.2", path = "../serde" }

0 comments on commit 706c75c

Please sign in to comment.