Point at github.com/serde-rs/serde

This commit is contained in:
Erick Tryzelaar 2015-07-30 06:43:20 -07:00
parent 0058e3a8d4
commit 35e2022e9a
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
//! handshake protocol between serializers and serializees can be completely optimized away,
//! leaving serde to perform roughly the same speed as a hand written serializer for a specific
//! type.
#![doc(html_root_url="http://erickt.github.io/rust-serde")]
#![doc(html_root_url="https://serde-rs.github.io/serde/serde")]
#![cfg_attr(feature = "nightly", feature(collections, core, enumset, nonzero, step_trait, vecmap, zero_one))]
extern crate num;

View File

@ -4,7 +4,7 @@ version = "0.5.0"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Macros to auto-generate implementations for the serde framework"
repository = "https://github.com/erickt/rust-serde"
repository = "https://github.com/serde-rs/serde"
build = "build.rs"
[features]

View File

@ -4,7 +4,7 @@ version = "0.5.0"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Macros to auto-generate implementations for the serde framework"
repository = "https://github.com/erickt/rust-serde"
repository = "https://github.com/serde-rs/serde"
[lib]
name = "serde_macros"