From 8be725bb07f879b3454f357b444bf3cd4e651397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 09:19:35 +0000 Subject: [PATCH] Bump relm4-macros from 0.5.0-rc.2 to 0.5.0 Bumps [relm4-macros](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-macros dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed27497..49ff794 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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..29db476 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ include = ["/src", "/resources", "/win_res.rc", "/LICENSE"] # gtk4 gui gtk4 = "^0.5" relm4 = { version = "0.5.0-rc.2", features = [ "libadwaita" ] } # gui framework -relm4-macros = "0.5.0-rc.2" +relm4-macros = "0.5.0" relm4-components = "0.5.0-rc.2" tracker = "^0.2" # struct change tracking