Update the version in docs

This commit is contained in:
Olivier Goffart 2021-10-06 14:54:22 +02:00
parent 6dce5ab32e
commit 4844450d01
9 changed files with 12 additions and 12 deletions

View file

@ -19,7 +19,7 @@ edition = "2018"
resolver = "2"
[dependencies]
sixtyfps = "0.1.2"
sixtyfps = "0.1.3"
```
The `resolver = "2"` line is there to avoid some errors because of conflicting dependencies on some platforms.