Skip to content

Commit

Permalink
Merge pull request #13 from palfrey/odbc-sys-upgrade
Browse files Browse the repository at this point in the history
Upgrade odbc-sys to 0.15.0
  • Loading branch information
palfrey authored Nov 14, 2020
2 parents 35d94c7 + 8e9d6b0 commit 7c5fd4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
odbc = "0.17"
odbc-safe = "0.5"
odbc-sys = { version= "0.14", features=["static"] }
odbc-sys = { version= "0.15", features=["static"] }
env_logger = "0.8"
clap = { version = "2.33", default-features = false }
exitcode = "1.1"
Expand Down

0 comments on commit 7c5fd4b

Please sign in to comment.