mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-28 13:30:48 +00:00
bump version to 0.3.1
This commit is contained in:
parent
67e8ca354c
commit
c90dc9f48f
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "serde"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
description = "A serialization/deserialization framework"
|
||||
@ -14,4 +14,4 @@ rustc-serialize = "*"
|
||||
|
||||
[dev-dependencies.serde_macros]
|
||||
path = "serde_macros/"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "serde_macros"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
description = "Macros to auto-generate implementations for the serde framework"
|
||||
|
Loading…
x
Reference in New Issue
Block a user