From fc5bfd5876d190222aa892a97e4ae09ec3b9cb4f Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Wed, 21 Jan 2026 13:41:35 +0100 Subject: [PATCH] Expand comment about Tokio in Cargo.toml --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 935fb34..6103029 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,6 @@ async-sqlite = { version = "0.5.4", default-features = false } gtk4 = { version = "0.10.3", features = ["v4_20"] } libadwaita = { version = "0.8.1", features = ["v1_8"] } relm4 = { version = "0.10.0", features = ["gnome_48"] } -# Keep version in sync with the one Relm4 uses +# Tokio as included in Relm4 doesn't have the macros feature enabled. +# Keep version in sync with the one Relm4 uses. tokio = { version = "1.47.3", features = ["macros", "rt", "rt-multi-thread", "sync"] }