mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 13:24:48 +00:00
Bump version number to 1.0.2
This commit is contained in:
parent
30d0b11c1d
commit
53cce5bf44
63 changed files with 119 additions and 119 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "src"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2"
|
||||
authors = ["Slint Developers <info@slint-ui.com>"]
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-only OR LicenseRef-Slint-commercial"
|
||||
|
|
|
@ -15,7 +15,7 @@ cd memory
|
|||
Then we edit `Cargo.toml` to add the slint dependency using `cargo add`:
|
||||
|
||||
```sh
|
||||
cargo add slint@1.0.1
|
||||
cargo add slint@1.0.2
|
||||
```
|
||||
|
||||
Finally we copy the hello world program from the [Slint documentation](https://slint-ui.com/docs/rust/slint/) into our `src/main.rs`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue