Fix version. (#755)
Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
This commit is contained in:
parent
0bf5e3cfa9
commit
092a9851fb
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Juniper follows a [code-first approach][schema_approach] to defining GraphQL sch
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
juniper = "0.14.2"
|
juniper = { git = "https://github.com/graphql-rust/juniper" }
|
||||||
```
|
```
|
||||||
|
|
||||||
## Schema example
|
## Schema example
|
||||||
|
|
Loading…
Add table
Reference in a new issue