Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #417 from serde-rs/bump
Browse files Browse the repository at this point in the history
Update syntex to 0.37
  • Loading branch information
dtolnay authored Jul 3, 2016
2 parents 7f10eaa + 59ec16c commit 12d2296
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.7.11"
version = "0.7.12"
authors = ["Erick Tryzelaar <[email protected]>"]
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.7.11", path = "../serde" }
serde = { version = "0.7.12", path = "../serde" }

0 comments on commit 12d2296

Please sign in to comment.