docs(quickstart): Fix juniper version so the examples work
This commit is contained in:
parent
c2f0dd2aec
commit
4a91d9d205
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue