Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit e280563

Browse files
authored
Remove .0 from version in quickstart
This way the directions will still appear relevant for 0.10.x, though there won't be any real difference due to the way cargo treats semver.
1 parent 8470389 commit e280563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ for more detailed information.
1212

1313
```toml
1414
[dependencies]
15-
juniper = "0.10.0"
15+
juniper = "0.10"
1616
```
1717

1818
## Schema example

0 commit comments

Comments
 (0)