Update readme: use git dependency in example
This causes confusion currently. See https://github.com/graphql-rust/juniper_iron/issues/2
This commit is contained in:
parent
6d02928fdb
commit
97adcdde73
1 changed files with 3 additions and 1 deletions
|
@ -42,9 +42,11 @@ juniper_iron = { git = "https://github.com/graphql-rust/juniper_iron" }
|
||||||
|
|
||||||
If you want Rocket integration, you need to depend on the `juniper_rocket` crate.
|
If you want Rocket integration, you need to depend on the `juniper_rocket` crate.
|
||||||
|
|
||||||
|
**Note**: Until 0.9 is released, you will need to use a Git dependency to the current master branch.
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
juniper = { version = "0.8.1" }
|
juniper = { git = "https://github.com/graphql-rust/juniper" }
|
||||||
juniper_rocket = { git = "https://github.com/graphql-rust/juniper_rocket" }
|
juniper_rocket = { git = "https://github.com/graphql-rust/juniper_rocket" }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue