Skip to content

Commit

Permalink
Fixed the description
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Mar 9, 2015
1 parent 28f4399 commit 5d22be2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -13,4 +13,4 @@ name = "serde"
rustc-serialize = "*"

[dev-dependencies]
serde_macros = "0.2.0"
serde_macros = "0.2.1"
6 changes: 3 additions & 3 deletions serde_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 5d22be2

Please sign in to comment.