Final readme and cargo.toml fixups
This commit is contained in:
parent
7344b53f57
commit
ed58f2671b
5 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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" }
|
||||
|
||||
|
|
|
@ -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"}
|
||||
|
||||
|
|
Loading…
Reference in a new issue