mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 22:58:02 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d22be26d8 |
+4
-4
@@ -1,10 +1,10 @@
|
||||
[package]
|
||||
name = "serde"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
description = "A quasi-quoting macro system"
|
||||
repository = "https://github.com/erickt/rust-quasi"
|
||||
description = "A serialization/deserialization framework"
|
||||
repository = "https://github.com/erickt/rust-serde"
|
||||
|
||||
[lib]
|
||||
name = "serde"
|
||||
@@ -13,4 +13,4 @@ name = "serde"
|
||||
rustc-serialize = "*"
|
||||
|
||||
[dev-dependencies]
|
||||
serde_macros = "0.2.0"
|
||||
serde_macros = "0.2.1"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
[package]
|
||||
name = "serde_macros"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
description = "A quasi-quoting macro system"
|
||||
repository = "https://github.com/erickt/rust-quasi"
|
||||
description = "Macros to auto-generate implementations for the serde framework"
|
||||
repository = "https://github.com/erickt/rust-serde"
|
||||
|
||||
[lib]
|
||||
name = "serde_macros"
|
||||
|
||||
Reference in New Issue
Block a user