mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 05:44:52 +00:00
Bump version number to 1.4.1
This commit is contained in:
parent
41f1f41536
commit
fec2b961db
41 changed files with 61 additions and 61 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "src"
|
||||
version = "1.4.0"
|
||||
version = "1.4.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
|
|
@ -16,7 +16,7 @@ cd memory
|
|||
Then we edit `Cargo.toml` to add the slint dependency using `cargo add`:
|
||||
|
||||
```sh
|
||||
cargo add slint@1.4.0
|
||||
cargo add slint@1.4.1
|
||||
```
|
||||
|
||||
Finally we copy the hello world program from the [Slint documentation](https://slint.dev/docs/rust/slint/) into our `src/main.rs`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue