Skip to content

Commit 3ea328b

Browse files
Update slint requirement from =1.1.1 to =1.2.0 (#82)
* Update slint requirement from =1.1.1 to =1.2.0 Updates the requirements on [slint](https://github.com/slint-ui/slint) to permit the latest version. - [Release notes](https://github.com/slint-ui/slint/releases) - [Changelog](https://github.com/slint-ui/slint/blob/master/CHANGELOG.md) - [Commits](slint-ui/slint@v1.1.1...v1.1.1) --- updated-dependencies: - dependency-name: slint dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Also update slint-build --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Futsch1 <florian.fetz@googlemail.com>
1 parent a237bdc commit 3ea328b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111
readme = "README.md"
1212

1313
[dependencies]
14-
slint = {version = "=1.1.1", features = ["backend-winit-x11", "renderer-winit-femtovg", "compat-1-0"], default_features = false}
14+
slint = {version = "=1.2.0", features = ["backend-winit-x11", "renderer-winit-femtovg", "compat-1-0"], default_features = false}
1515
nfd = "0.0.4"
1616
image = "0.24"
1717
kamadak-exif = "0.5"
@@ -40,7 +40,7 @@ backtrace = "0.3"
4040
base64 = "0.21"
4141

4242
[build-dependencies]
43-
slint-build = "=1.1.1"
43+
slint-build = "=1.2.0"
4444
winres = "0.1"
4545

4646
[profile.dev]

0 commit comments

Comments
 (0)