From 83213a841667343d4f62175c78d7b1ca9e13114e Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Thu, 4 Jun 2020 08:41:26 -0700 Subject: [PATCH] release v0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5464860..f6922b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memory-socket" -version = "0.1.0" +version = "0.2.0" description = "In-memory socket abstraction" documentation = "https://docs.rs/memory-socket" repository = "https://github.com/bmwill/memory-socket"