Skip to content

Commit b8d3f28

Browse files
committed
windows build
1 parent 25f8385 commit b8d3f28

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
@@ -80,7 +80,7 @@ encoding_rs = "0.8.35"
8080
odbc-sys = { version = "0.27", features = ["iodbc", "static"] }
8181

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

8585
[patch.crates-io]
8686
odbc-sys = { git = "https://github.com/sqlpage/odbc-sys", branch = "main" } # see https://github.com/pacman82/odbc-sys/pull/60

0 commit comments

Comments
 (0)