Skip to content

Commit

Permalink
Enable integrated-auth-gssapi feature for all unix family OSs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-dias committed Aug 28, 2024
1 parent 39c0449 commit 928afbf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions quaint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,15 @@ version = "0.31"
features = ["chrono", "column_decltype"]
optional = true

[target.'cfg(target_family = "unix")'.dependencies.tiberius]
version = "0.11.8"
optional = true
features = ["integrated-auth-gssapi"]

[target.'cfg(not(any(target_os = "macos", target_os = "ios")))'.dependencies.tiberius]
version = "0.11.8"
optional = true
features = ["sql-browser-tokio", "chrono", "bigdecimal", "integrated-auth-gssapi"]
features = ["sql-browser-tokio", "chrono", "bigdecimal"]

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.tiberius]
version = "0.11.8"
Expand All @@ -141,7 +146,6 @@ features = [
"bigdecimal",
"tds73",
"winauth",
"integrated-auth-gssapi"
]

[dependencies.bigdecimal]
Expand Down

0 comments on commit 928afbf

Please sign in to comment.