Skip to content

Commit 79502ff

Browse files
committed
iodbc -> unixodbc
1 parent b8d3f28 commit 79502ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ openidconnect = { version = "4.0.0", default-features = false }
7777
encoding_rs = "0.8.35"
7878

7979
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]
80-
odbc-sys = { version = "0.27", features = ["iodbc", "static"] }
80+
odbc-sys = { version = "0.27", features = ["static"] }
8181

8282
[target.'cfg(any(target_os = "windows"))'.dependencies]
8383
odbc-sys = { version = "0.27", features = [] }

0 commit comments

Comments
 (0)