Skip to content

Commit

Permalink
project: Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bragefuglseth committed Sep 18, 2024
1 parent 7e982c3 commit c3001e4
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 74 deletions.
132 changes: 61 additions & 71 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 @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
gettext-rs = { version = "0.7", features = ["gettext-system"] }
gettext-rs = { version = "0.6", features = ["gettext-system"] }
gvdb-macros = "0.1.12"
i18n-format = "0.2.0"
itertools = "0.11.0"
Expand All @@ -16,7 +16,7 @@ serde_json = "1.0.99"
[dependencies.gtk]
package = "gtk4"
version = "0.9"
features = ["v4_14", "blueprint"]
features = ["v4_16", "blueprint"]

[dependencies.adw]
package = "libadwaita"
Expand Down
2 changes: 1 addition & 1 deletion build-aux/dev.bragefuglseth.Fretboard.Devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
"type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"tag": "v0.10.0"
"tag": "v0.14.0"
}
]
},
Expand Down

0 comments on commit c3001e4

Please sign in to comment.