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 25f8385 commit b8d3f28Copy full SHA for b8d3f28
Cargo.toml
@@ -80,7 +80,7 @@ encoding_rs = "0.8.35"
80
odbc-sys = { version = "0.27", features = ["iodbc", "static"] }
81
82
[target.'cfg(any(target_os = "windows"))'.dependencies]
83
-odbc-sys = { version = "0.27", features = ["iodbc", "static"] }
+odbc-sys = { version = "0.27", features = [] }
84
85
[patch.crates-io]
86
odbc-sys = { git = "https://github.com/sqlpage/odbc-sys", branch = "main" } # see https://github.com/pacman82/odbc-sys/pull/60
0 commit comments