From ea1428a0a049a80b2b0741827d1264f346664f11 Mon Sep 17 00:00:00 2001 From: blackbeam Date: Sun, 26 Feb 2017 14:59:29 +0300 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b207659..43809cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mysql" -version = "9.1.0" +version = "10.0.0" authors = ["blackbeam"] description = "Mysql client library implemented in rust" license = "MIT"