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