From 212a0bde337c9b12ff6549bd3f5253b943b58270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 09:19:14 +0000 Subject: [PATCH] Bump relm4 from 0.5.0-rc.2 to 0.5.0 Bumps [relm4](https://github.com/Relm4/Relm4) from 0.5.0-rc.2 to 0.5.0. - [Release notes](https://github.com/Relm4/Relm4/releases) - [Changelog](https://github.com/Relm4/Relm4/blob/main/CHANGES.md) - [Commits](https://github.com/Relm4/Relm4/compare/v0.5.0-rc.2...v0.5.0) --- updated-dependencies: - dependency-name: relm4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed27497..e97fc8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1557,9 +1557,9 @@ checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" [[package]] name = "relm4" -version = "0.5.0-rc.2" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f58551ea79da1673b8b76d6d7439a9c62e3f09fdcd269c19bde77c0770fc4aa7" +checksum = "67d336a752868ac036d994ff051a02dc8c1b53173980e5fce16dfb580f458d95" dependencies = [ "async-trait", "flume", @@ -1587,9 +1587,9 @@ dependencies = [ [[package]] name = "relm4-macros" -version = "0.5.0-rc.2" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "215bd73732fae1b978f1274484bc48db07f11fe00fa309207fc541cc99148812" +checksum = "aaf49f6588ecac70fd6163110ed7e294195cc5c9c82efb7b3150b9ca87486a72" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index c6c4a30..bc586b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ include = ["/src", "/resources", "/win_res.rc", "/LICENSE"] [dependencies] # gtk4 gui gtk4 = "^0.5" -relm4 = { version = "0.5.0-rc.2", features = [ "libadwaita" ] } # gui framework +relm4 = { version = "0.5.0", features = [ "libadwaita" ] } # gui framework relm4-macros = "0.5.0-rc.2" relm4-components = "0.5.0-rc.2" tracker = "^0.2" # struct change tracking