Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Salikhov committed Jun 18, 2019
1 parent 8aa2d7a commit 63902bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.12.0"
version = "0.13.0"
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 Down
2 changes: 1 addition & 1 deletion src/environment/list_data_sources.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ impl Environment<Version3> {
})
}
}

Ok(source_list)
}

Expand Down

0 comments on commit 63902bb

Please sign in to comment.