Update version in docs

This commit is contained in:
Olivier Goffart 2025-02-28 08:19:35 +01:00
parent 0689584c01
commit c8780ef875
3 changed files with 5 additions and 5 deletions

View file

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

View file

@ -24,7 +24,7 @@ In your `Cargo.toml` add:
```toml
[dependencies]
slint = "1.9.0"
slint = "1.10.0"
```
And in your `main.rs`:

View file

@ -76,11 +76,11 @@ build = "build.rs"
edition = "2021"
[dependencies]
slint = "1.9.0"
slint = "1.10.0"
...
[build-dependencies]
slint-build = "1.9.0"
slint-build = "1.10.0"
```
Use the API of the slint-build crate in the `build.rs` file: