From 4a91d9d2055064224616e1a014dfdb02c2349fa2 Mon Sep 17 00:00:00 2001 From: Klaus Purer Date: Sat, 23 Nov 2019 17:34:16 +0100 Subject: [PATCH] docs(quickstart): Fix juniper version so the examples work --- docs/book/content/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/content/quickstart.md b/docs/book/content/quickstart.md index 8537cc60..b017dfff 100644 --- a/docs/book/content/quickstart.md +++ b/docs/book/content/quickstart.md @@ -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