mirror of
https://codeberg.org/JasterV/event_bus.rs.git
synced 2026-04-26 18:10:02 +00:00
fix: MSV
This commit is contained in:
parent
d3d03eec92
commit
bcad89d1dd
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ description = "A runtime-agnostic, async, and thread-safe event bus for Rust."
|
||||||
keywords = ["event_bus", "pubsub", "event", "messaging", "event_based"]
|
keywords = ["event_bus", "pubsub", "event", "messaging", "event_based"]
|
||||||
categories = ["asynchronous", "data-structures", "rust-patterns"]
|
categories = ["asynchronous", "data-structures", "rust-patterns"]
|
||||||
authors = ["Victor Martínez Montané <jaster.victor@gmail.com>"]
|
authors = ["Victor Martínez Montané <jaster.victor@gmail.com>"]
|
||||||
rust-version = "1.80"
|
rust-version = "1.85.0"
|
||||||
homepage = "https://github.com/JasterV/event_bus.rs"
|
homepage = "https://github.com/JasterV/event_bus.rs"
|
||||||
repository = "https://github.com/JasterV/event_bus.rs"
|
repository = "https://github.com/JasterV/event_bus.rs"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue