Update version number in docs

This commit is contained in:
Olivier Goffart 2022-11-28 11:21:12 +01:00
parent 0bd21f4e56
commit ed1911cc89
6 changed files with 10 additions and 10 deletions

View file

@ -17,11 +17,11 @@ In your Cargo.toml:
build = "build.rs"
[dependencies]
slint = "0.3.1"
slint = "0.3.2"
...
[build-dependencies]
slint-build = "0.3.1"
slint-build = "0.3.2"
```
In the `build.rs` file: