Bump version number to 1.2.0

This commit is contained in:
ogoffart 2023-07-25 10:44:53 +00:00
parent f1f5a86d0d
commit aebaa7d6c9
67 changed files with 124 additions and 124 deletions

View file

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