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"