Skip to content

Commit c8b3898

Browse files
committed
pin odbc-sys
1 parent e263788 commit c8b3898

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

Cargo.lock

Lines changed: 14 additions & 7 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", features = [], optional = false }
78+
odbc-sys = { version = "0.27", optional = true }
7979

8080

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

8686

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

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

0 commit comments

Comments
 (0)