We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d3f28 commit 79502ffCopy full SHA for 79502ff
Cargo.toml
@@ -77,7 +77,7 @@ openidconnect = { version = "4.0.0", default-features = false }
77
encoding_rs = "0.8.35"
78
79
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]
80
-odbc-sys = { version = "0.27", features = ["iodbc", "static"] }
+odbc-sys = { version = "0.27", features = ["static"] }
81
82
[target.'cfg(any(target_os = "windows"))'.dependencies]
83
odbc-sys = { version = "0.27", features = [] }
0 commit comments