Point to the correct juniper_rocket
repository
This commit is contained in:
parent
e740646b8c
commit
aa2ff97046
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ If you want Rocket integration, you need to depend on the `juniper_rocket` crate
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
juniper = { version = "0.8.1" }
|
juniper = { version = "0.8.1" }
|
||||||
juniper_rocket = { git = "https://github.com/graphql-rustl/juniper_rocket" }
|
juniper_rocket = { git = "https://github.com/graphql-rust/juniper_rocket" }
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building schemas
|
## Building schemas
|
||||||
|
|
Loading…
Reference in a new issue