From d6d13125af0b02f44bc299329d56773c2b913c7e Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sun, 6 Jun 2021 14:39:01 -0700 Subject: [PATCH] Release 0.11.4 with factory creation method --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e07cf7..451e379 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "left-right" -version = "0.11.3" +version = "0.11.4" authors = ["Jon Gjengset "] edition = "2018" license = "MIT OR Apache-2.0"