From ed58f2671b19d8e4b57cacfcb3f93826a74eb917 Mon Sep 17 00:00:00 2001 From: theduke Date: Sun, 3 Dec 2017 15:14:23 +0100 Subject: [PATCH] Final readme and cargo.toml fixups --- README.md | 4 ++-- juniper/Cargo.toml | 2 +- juniper/src/lib.rs | 4 ++-- juniper_iron/Cargo.toml | 2 +- juniper_rocket/Cargo.toml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3802015b..6d525c61 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,8 @@ Juniper has not reached 1.0 yet, thus some API instability should be expected. [rocket_examples]: https://github.com/graphql-rust/juniper/tree/master/juniper_rocket/examples [iron_examples]: https://github.com/graphql-rust/juniper/tree/master/juniper_iron/examples [Rocket]: https://rocket.rs -[book]: https://graphql-rust.github.io/juniper-book -[book_quickstart]: https://graphql-rust.github.io/juniper-book/quickstart.html +[book]: https://graphql-rust.github.io +[book_quickstart]: https://graphql-rust.github.io/quickstart.html [docsrs]: https://docs.rs/juniper [uuid]: https://crates.io/crates/uuid diff --git a/juniper/Cargo.toml b/juniper/Cargo.toml index 6c28d2b0..93d74355 100644 --- a/juniper/Cargo.toml +++ b/juniper/Cargo.toml @@ -34,7 +34,7 @@ juniper_codegen = { version = "0.9.0", path = "../juniper_codegen" } fnv = "1.0.3" ordermap = { version = "0.2.11", features = ["serde-1"] } serde = { version = "1.0.8" } -serde_derive = {version="1.0.8" } +serde_derive = {version="1.0.2" } chrono = { version = "0.4.0", optional = true } serde_json = { version="1.0.2", optional = true } diff --git a/juniper/src/lib.rs b/juniper/src/lib.rs index cf5bdd53..ede56a78 100644 --- a/juniper/src/lib.rs +++ b/juniper/src/lib.rs @@ -79,8 +79,8 @@ Juniper has not reached 1.0 yet, thus some API instability should be expected. [rocket_examples]: https://github.com/graphql-rust/juniper/tree/master/juniper_rocket/examples [iron_examples]: https://github.com/graphql-rust/juniper/tree/master/juniper_iron/examples [Rocket]: https://rocket.rs -[book]: https://graphql-rust.github.io/juniper-book -[book_quickstart]: https://graphql-rust.github.io/juniper-book/quickstart.html +[book]: https://graphql-rust.github.io/ +[book_quickstart]: https://graphql-rust.github.io/quickstart.html [docsrs]: https://docs.rs/juniper [uuid]: https://crates.io/crates/uuid diff --git a/juniper_iron/Cargo.toml b/juniper_iron/Cargo.toml index bcfbe659..edb373c3 100644 --- a/juniper_iron/Cargo.toml +++ b/juniper_iron/Cargo.toml @@ -8,7 +8,7 @@ documentation = "https://docs.rs/juniper_iron" repository = "https://github.com/graphql-rust/juniper" [dependencies] -serde = { version = "1.0.8" } +serde = { version = "1.0.2" } serde_json = { version = "1.0.2" } juniper = { version = "0.9.0", path = "../juniper" } diff --git a/juniper_rocket/Cargo.toml b/juniper_rocket/Cargo.toml index ece4d690..e10e4402 100644 --- a/juniper_rocket/Cargo.toml +++ b/juniper_rocket/Cargo.toml @@ -8,8 +8,8 @@ documentation = "https://docs.rs/juniper_rocket" repository = "https://github.com/graphql-rust/juniper" [dependencies] -serde = { version = "1.0.8" } -serde_derive = {version="1.0.8" } +serde = { version = "1.0.2" } +serde_derive = {version="1.0.2" } serde_json = { version = "1.0.2" } juniper = { version = "0.9.0" , path = "../juniper"}