docs(quickstart): Fix juniper version so the examples work

This commit is contained in:
Klaus Purer 2019-11-23 17:34:16 +01:00 committed by theduke
parent 1148c75a1d
commit 5be452075e

View file

@ -8,7 +8,7 @@ This page will give you a short introduction to the concepts in Juniper.
```toml
[dependencies]
juniper = "0.11"
juniper = "0.14"
```
## Schema example