Skip to content

Commit 6019ab3

Browse files
committed
update odbc-sys
1 parent 189ac24 commit 6019ab3

File tree

2 files changed

+65
-28
lines changed

2 files changed

+65
-28
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,17 @@ clap = { version = "4.5.17", features = ["derive"] }
7575
tokio-util = "0.7.12"
7676
openidconnect = { version = "4.0.0", default-features = false }
7777
encoding_rs = "0.8.35"
78-
odbc-sys = { version = "0.27", optional = true }
78+
odbc-sys = { version = "0.27.1", optional = true }
7979

8080

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

8686

8787
[patch.crates-io]
88-
odbc-sys = { git = "https://github.com/sqlpage/odbc-sys" }
88+
odbc-sys = { git = "https://github.com/sqlpage/odbc-sys", branch="static-linking-error" }
8989

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

0 commit comments

Comments
 (0)