Update version in docs

This commit is contained in:
Olivier Goffart 2025-06-16 09:41:37 +02:00
parent 019dfcd706
commit 5e778714de
4 changed files with 9 additions and 9 deletions

View file

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