Skip to content

Commit

Permalink
Yank odbc-safe 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Salikhov committed Dec 18, 2019
1 parent 48fa92d commit 64af434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "odbc"
description = "ODBC wrapper for idiomatic Rust"
version = "0.16.0"
version = "0.16.1"
authors = ["Konstantin Salikhov <koka58@yandex.ru>", "Markus Klein <markus-klein@live.de>"]
repository = "https://github.com/Koka/odbc-rs"
documentation = "http://koka.github.io/odbc-rs/odbc/"
Expand All @@ -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"

Expand Down

0 comments on commit 64af434

Please sign in to comment.