Fix version. (#755)

Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
This commit is contained in:
Thomas Radloff 2020-09-11 16:20:27 +08:00 committed by GitHub
parent 0bf5e3cfa9
commit 092a9851fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ Juniper follows a [code-first approach][schema_approach] to defining GraphQL sch
```toml
[dependencies]
juniper = "0.14.2"
juniper = { git = "https://github.com/graphql-rust/juniper" }
```
## Schema example