Skip to content

Commit

Permalink
Separating with cfg features the conditional different libraries by t…
Browse files Browse the repository at this point in the history
…arget to enable integrated auth for tiberius (MSSQL)
  • Loading branch information
TheRustifyer committed Apr 11, 2023
1 parent a8c2f1c commit c1d7f82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions canyon_connection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ lazy_static = "1.4.0"

serde = { version = "1.0.138", features = ["derive"] }
toml = "0.7.3"

[target.'cfg(windows)'.dependencies.tiberius]
version = "0.12.1"
features = ["tds73", "chrono", "winauth"]

0 comments on commit c1d7f82

Please sign in to comment.