Skip to content

Commit 092a985

Browse files
Fix version. (#755)
Co-authored-by: Christian Legnitto <[email protected]>
1 parent 0bf5e3c commit 092a985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/content/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Juniper follows a [code-first approach][schema_approach] to defining GraphQL sch
1010

1111
```toml
1212
[dependencies]
13-
juniper = "0.14.2"
13+
juniper = { git = "https://github.com/graphql-rust/juniper" }
1414
```
1515

1616
## Schema example

0 commit comments

Comments
 (0)