Skip to content

Commit

Permalink
Release 0.9.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 24, 2017
1 parent f6d2a57 commit 43165d9
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.9.0-rc2"
version = "0.9.0-rc3"
authors = ["Erick Tryzelaar <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Token De/Serializer for testing De/Serialize implementations"
Expand All @@ -12,4 +12,4 @@ keywords = ["serde", "serialization"]
include = ["Cargo.toml", "src/**/*.rs"]

[dependencies]
serde = { version = "0.9.0-rc2", path = "../serde" }
serde = { version = "0.9.0-rc3", path = "../serde" }

0 comments on commit 43165d9

Please sign in to comment.