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"