bump version to 0.2.1 in tutorial

This commit is contained in:
Lukas Jung 2022-03-09 13:25:02 +01:00 committed by Simon Hausmann
parent 8c23291a08
commit 7aac74af6e

View file

@ -20,7 +20,7 @@ Then we edit `Cargo.toml` to add the slint dependency:
edition = "2021"
[dependencies]
slint = "0.2.0"
slint = "0.2.1"
```
Finally we copy the hello world program from the [Slint documentation](https://slint-ui.com/docs/rust/slint/) into our `src/main.rs`: