From bcad89d1ddf7d3bdf51599fea2b802d0afa6b5cd Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Fri, 28 Nov 2025 14:52:02 +0100 Subject: [PATCH] fix: MSV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77061a3..d1586c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "A runtime-agnostic, async, and thread-safe event bus for Rust." keywords = ["event_bus", "pubsub", "event", "messaging", "event_based"] categories = ["asynchronous", "data-structures", "rust-patterns"] authors = ["Victor Martínez Montané "] -rust-version = "1.80" +rust-version = "1.85.0" homepage = "https://github.com/JasterV/event_bus.rs" repository = "https://github.com/JasterV/event_bus.rs" license = "MIT"