Skip to content

Commit

Permalink
Update gvdb requirement from 0.5.1 to 0.6.1
Browse files Browse the repository at this point in the history
Updates the requirements on [gvdb](https://github.com/felinira/gvdb-rs) to permit the latest version.
- [Release notes](https://github.com/felinira/gvdb-rs/releases)
- [Changelog](https://github.com/felinira/gvdb-rs/blob/main/CHANGELOG.md)
- [Commits](felinira/gvdb-rs@gvdb-0.5.1...gvdb-0.6.1)

---
updated-dependencies:
- dependency-name: gvdb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent 6abc815 commit ea9e6d8
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 @@ -23,7 +23,7 @@ members = [
gtk = { version = "0.8", package = "gtk4" }

[build-dependencies]
gvdb = { version = "0.5.3", features = ["gresource"] }
gvdb = { version = "0.6.1", features = ["gresource"] }
serde = { version = "1.0.197", features = ["derive"] }
toml = "0.8.11"

Expand Down

0 comments on commit ea9e6d8

Please sign in to comment.