From a84cae6567da94dc2a0238e00b5136f93a53a55c Mon Sep 17 00:00:00 2001 From: Konstantin Salikhov Date: Tue, 12 Nov 2019 10:38:27 +0400 Subject: [PATCH] Pin odbc-safe for 0.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55b602ad..53643d5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "odbc" description = "ODBC wrapper for idiomatic Rust" -version = "0.14.0" +version = "0.14.2" authors = ["Konstantin Salikhov ", "Markus Klein "] repository = "https://github.com/Koka/odbc-rs" documentation = "http://koka.github.io/odbc-rs/odbc/"