Skip to content

Commit dfeba16

Browse files
committed
update odbc sys
1 parent c8b3898 commit dfeba16

File tree

2 files changed

+69
-54
lines changed

2 files changed

+69
-54
lines changed

Cargo.lock

Lines changed: 67 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ odbc-sys = { version = "0.27", optional = true }
8080

8181
[features]
8282
default = []
83-
odbc-static = ["odbc-sys", "odbc-sys/static"]
83+
odbc-static = ["odbc-sys", "odbc-sys/unixodbc-sys"]
8484
lambda-web = ["dep:lambda-web", "odbc-static"]
8585

8686

8787
[patch.crates-io]
88-
odbc-sys = { git = "https://github.com/sqlpage/odbc-sys", rev = "0b5489e7b07d45e6b126f5a57ed6c301f022d2da" }
88+
odbc-sys = { git = "https://github.com/sqlpage/odbc-sys" }
8989

9090
[build-dependencies]
9191
awc = { version = "3", features = ["rustls-0_23-webpki-roots"] }

0 commit comments

Comments
 (0)