From 2fcc82b24fded72c6585743eecddcb7c65ead805 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:07:18 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20rustversion=20to?= =?UTF-8?q?=201.0.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zbus_macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zbus_macros/Cargo.toml b/zbus_macros/Cargo.toml index 5ce22c74f..914da5a59 100644 --- a/zbus_macros/Cargo.toml +++ b/zbus_macros/Cargo.toml @@ -31,6 +31,6 @@ zvariant_utils = { path = "../zvariant_utils", version = "=1.1.0" } zbus = { path = "../zbus" } serde = { version = "1.0", features = ["derive"] } trybuild = "1.0.71" -rustversion = "1.0.9" +rustversion = "1.0.14" async-io = "1.13.0" futures-util = { version = "0.3.30", default-features = false }