From 9c5072a78595a28c8a434765a0fde88e97c797b0 Mon Sep 17 00:00:00 2001 From: Alexis Beingessner Date: Wed, 10 May 2017 22:09:14 -0400 Subject: [PATCH] Bump version to 0.7.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 618c4febc..66e45cbf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipc-channel" -version = "0.7.1" +version = "0.7.2" description = "A multiprocess drop-in replacement for Rust channels" authors = ["The Servo Project Developers"] license = "MIT/Apache-2.0"