From 9c01fc37b4fc03fd0331aef31a1a13dc7facc11e Mon Sep 17 00:00:00 2001 From: Al Liu Date: Sat, 27 Apr 2024 21:16:45 +0800 Subject: [PATCH] Bumpup versions --- wmark/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmark/Cargo.toml b/wmark/Cargo.toml index 1d97f28..b31654a 100644 --- a/wmark/Cargo.toml +++ b/wmark/Cargo.toml @@ -35,7 +35,7 @@ hashbrown = { version = "0.14", optional = true, default-features = false } crossbeam-channel = { version = "0.5", optional = true } parking_lot = { version = "0.12", optional = true } -wg = { version = "0.8", optional = true } +wg = { version = "0.9", optional = true } async-channel = { version = "2", optional = true, default-features = false } event-listener = { version = "5", optional = true, default-features = false }