From 5a62c2904cddd4b3bbfe297442372087cc9eafda Mon Sep 17 00:00:00 2001 From: J-Kappes <87168492+J-Kappes@users.noreply.github.com> Date: Thu, 6 Jul 2023 10:22:46 +0000 Subject: [PATCH] Update relm-examples/Cargo.toml fixup: dependencies -> dev-dependencies in Cargo.toml Co-authored-by: antoyo --- relm-examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relm-examples/Cargo.toml b/relm-examples/Cargo.toml index 605ee660..44b99821 100644 --- a/relm-examples/Cargo.toml +++ b/relm-examples/Cargo.toml @@ -30,6 +30,6 @@ version = "^0.24.0" path = "../relm-test" version = "^0.24.0" -[dependencies.adw] +[dev-dependencies.adw] package = "libadwaita" version = "0.4.3"