From 895950bcc8287ed62c288eedcef7979cc761d0f2 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 26 Sep 2024 13:46:05 -0400 Subject: [PATCH] Publish 0.18.3. Signed-off-by: Josh Matthews --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d60dd45f..4ebfff07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipc-channel" -version = "0.18.2" +version = "0.18.3" description = "A multiprocess drop-in replacement for Rust channels" authors = ["The Servo Project Developers"] license = "MIT OR Apache-2.0"