From 64af4342b4039cb6cd00d361a7de2dfa4ee15984 Mon Sep 17 00:00:00 2001 From: Konstantin Salikhov Date: Wed, 18 Dec 2019 21:48:18 +0400 Subject: [PATCH] Yank odbc-safe 0.4.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f629f3ab..79ea50c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "odbc" description = "ODBC wrapper for idiomatic Rust" -version = "0.16.0" +version = "0.16.1" authors = ["Konstantin Salikhov ", "Markus Klein "] repository = "https://github.com/Koka/odbc-rs" documentation = "http://koka.github.io/odbc-rs/odbc/" @@ -17,7 +17,7 @@ travis = [] [dependencies] odbc-sys = "0.8.2" -odbc-safe = "0.4.2" +odbc-safe = "0.5.0" log = "0.4.1" encoding_rs = "0.8.14"