Update some more version number

Meaning that following the docs or tutorial won't work until the release is complete
This commit is contained in:
Olivier Goffart 2021-06-30 17:20:49 +02:00
parent 05aae8339c
commit 423656d900
7 changed files with 11 additions and 11 deletions

View file

@ -65,11 +65,11 @@ In your Cargo.toml:
build = "build.rs"
[dependencies]
sixtyfps = "0.0.6"
sixtyfps = "0.1.0"
...
[build-dependencies]
sixtyfps-build = "0.0.6"
sixtyfps-build = "0.1.0"
```
In the `build.rs` file: