tutorial: remove minor version from dependencies

Co-authored-by: Simon Hausmann <hausmann@gmail.com>
This commit is contained in:
Lukas Jung 2022-03-09 13:56:44 +01:00 committed by Simon Hausmann
parent 7e46829deb
commit 2fbe2e12b3

View file

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