Skip to content

Commit

Permalink
bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Apr 12, 2015
1 parent 67e8ca3 commit c90dc9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde"
version = "0.3.0"
version = "0.3.1"
authors = ["Erick Tryzelaar <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A serialization/deserialization framework"
Expand All @@ -14,4 +14,4 @@ rustc-serialize = "*"

[dev-dependencies.serde_macros]
path = "serde_macros/"
version = "0.3.0"
version = "0.3.1"
2 changes: 1 addition & 1 deletion serde_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_macros"
version = "0.3.0"
version = "0.3.1"
authors = ["Erick Tryzelaar <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Macros to auto-generate implementations for the serde framework"
Expand Down

0 comments on commit c90dc9f

Please sign in to comment.