From 97857ea97183104da80c377d821c3e1598496569 Mon Sep 17 00:00:00 2001 From: Konstantin Salikhov Date: Fri, 12 Apr 2019 11:29:03 +0400 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e5e022d..e73b473c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "odbc" description = "ODBC wrapper for idiomatic Rust" -version = "0.10.2" +version = "0.11.0" authors = ["Konstantin Salikhov ", "Markus Klein "] repository = "https://github.com/Koka/odbc-rs" documentation = "http://koka.github.io/odbc-rs/odbc/"