From 76fb5e5a99e517625146c4de730325c56087dbcc Mon Sep 17 00:00:00 2001 From: Saghm Rossi Date: Tue, 1 Sep 2020 16:45:54 -0400 Subject: [PATCH] release 1.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 325163562..0a397005e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/mongodb/mongo-rust-driver" license = "Apache-2.0" readme = "README.md" name = "mongodb" -version = "1.1.0" +version = "1.1.1" [features] default = ["tokio-runtime"]