Bump version number to 1.4.0

This commit is contained in:
ogoffart 2023-12-11 11:21:37 +00:00
parent 9737720cf2
commit b081c489d6
39 changed files with 60 additions and 60 deletions

View file

@ -3,7 +3,7 @@
[package]
name = "src"
version = "1.3.2"
version = "1.4.0"
authors = ["Slint Developers <info@slint.dev>"]
edition = "2021"
license = "MIT"

View file

@ -16,7 +16,7 @@ cd memory
Then we edit `Cargo.toml` to add the slint dependency using `cargo add`:
```sh
cargo add slint@1.3.2
cargo add slint@1.4.0
```
Finally we copy the hello world program from the [Slint documentation](https://slint.dev/docs/rust/slint/) into our `src/main.rs`: