Skip to content

Commit

Permalink
Fix version mismatch between slint and slint-build
Browse files Browse the repository at this point in the history
In practice this probably won't be an issue, but it's good to keep them
in sync :)
  • Loading branch information
tronical committed Jan 26, 2024
1 parent dbf4777 commit ab14262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ toml_edit = "0.21"
git2 = "0.18"

[build-dependencies]
slint-build = { version = "1.1" }
slint-build = { version = "1.3" }

0 comments on commit ab14262

Please sign in to comment.