From 6f8f727a378d40335541eb810381821bc36d194b Mon Sep 17 00:00:00 2001 From: Saghm Rossi Date: Wed, 29 Jan 2020 18:14:15 -0500 Subject: [PATCH] release 0.9.1 (#120) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 76df431b4..763fc44c3 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 = "0.9.0" +version = "0.9.1" [dependencies] base64 = "0.11.0"