Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalucky0 committed Feb 18, 2022
1 parent 1e65db6 commit b7cd24c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "pt-launcher"
version = "0.1.3"
version = "0.1.4"
edition = "2021"

[dependencies]
slint = "0.2.0"
slint = { version = "0.2.0", features = ["std", "backend-qt"] }
open = "2.0.3"
tinyget = { version = "1.0", features = ["https"] }
tinyget = { version = "1.0.1", features = ["https"] }
json = "0.12.4"
lodepng = "3.6.1"
rgb = "0.8.31"
tokio = { version = "1.16.1", features = ["rt", "macros", "rt-multi-thread"] }
tokio = { version = "1.17.0", features = ["rt", "macros", "rt-multi-thread"] }

[build-dependencies]
slint-build = "0.2.0"

0 comments on commit b7cd24c

Please sign in to comment.