Skip to content

Commit

Permalink
release: 2.0.0 — Async GTK Overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Sep 9, 2020
1 parent 72f5d64 commit df2efbd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Font Finder Library"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/mmstick/fontfinder"
version = "1.5.0"
version = "2.0.0"
edition = "2018"

[workspace]
Expand All @@ -19,4 +19,4 @@ serde = { version = "1.0", features = ["derive"]}
serde_json = "1.0"
ureq = { version = "1.4", features = ["json"]}
anyhow = "1.0"
async-process = "1.0.0"
async-process = "1.0"
6 changes: 3 additions & 3 deletions gtk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "GTK3 Font Finding GUI Application"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/mmstick/fontfinder"
version = "1.6.0"
version = "2.0.0"
edition = "2018"

[dependencies]
Expand All @@ -15,5 +15,5 @@ glib = "0.10"
gio = "0.9"
gtk = { version = "0.9", features = ["v3_22"] }
webkit2gtk = { version = "0.10", features = ["v2_16"] }
flume = "0.9.0"
futures = "0.3.5"
flume = "0.9"
futures = "0.3"

0 comments on commit df2efbd

Please sign in to comment.