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 Christian Legnitto
parent c2f0dd2aec
commit 4a91d9d205

View file

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