Skip to content

Commit

Permalink
Decrease gtk version to build on github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
pdamianik committed Jan 15, 2024
1 parent 3be2cec commit 4c45fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ rand = "0.8.5"
url = { version = "2.4.1", features = ["serde"] }
tokio = { version = "1.33.0", features = ["rt-multi-thread", "macros"] }
futures = "0.3.28"
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_12", "gnome_45"] }
adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] }
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_8", "gnome_45"] }
adw = { version = "0.5.3", package = "libadwaita", features = ["v1_3"] }
reqwest = { version = "0.11.22", features = ["stream"] }
reqwest-middleware = "0.2.4"
http-cache-reqwest = "0.12.0"
Expand Down

0 comments on commit 4c45fa4

Please sign in to comment.