Replace wildcard version with the released one for now

This commit is contained in:
Simon Hausmann 2020-10-13 15:10:24 +02:00
parent 478bae93e1
commit dd55f5205d

View file

@ -54,19 +54,17 @@ to trigger the compilation of the `.60` file.
In your Cargo.toml:
FIXME! set the version
```toml
[package]
...
build = "build.rs"
[dependencies]
sixtyfps = "*"
sixtyfps = "0.0.1"
...
[build-dependencies]
sixtyfps-build = "*"
sixtyfps-build = "0.0.1"
```
In the `build.rs` file: