From 5d22be26d81d2661ad1d4980ccdf5937013492a8 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Sun, 8 Mar 2015 23:12:33 -0700 Subject: [PATCH] Fixed the description --- Cargo.toml | 8 ++++---- serde_macros/Cargo.toml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0d51b00f1..1c95e4865 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "serde" -version = "0.2.0" +version = "0.2.1" authors = ["Erick Tryzelaar "] 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" diff --git a/serde_macros/Cargo.toml b/serde_macros/Cargo.toml index 64b81eab5..2bbb2a6ea 100644 --- a/serde_macros/Cargo.toml +++ b/serde_macros/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "serde_macros" -version = "0.2.0" +version = "0.2.1" authors = ["Erick Tryzelaar "] 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"