Skip to content

Commit 6f96213

Browse files
committed
my odbc-sys patch was merged upstream
1 parent be5eb4c commit 6f96213

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,14 @@ clap = { version = "4.5.17", features = ["derive"] }
7979
tokio-util = "0.7.12"
8080
openidconnect = { version = "4.0.0", default-features = false }
8181
encoding_rs = "0.8.35"
82-
odbc-sys = { version = "0.27.1", optional = true }
82+
odbc-sys = { version = "0.27.4", optional = true }
8383

8484

8585
[features]
8686
default = []
8787
odbc-static = ["odbc-sys", "odbc-sys/vendored-unix-odbc"]
8888
lambda-web = ["dep:lambda-web", "odbc-static"]
8989

90-
91-
[patch.crates-io]
92-
odbc-sys = { git = "https://github.com/sqlpage/odbc-sys", branch = "no-autotools" }
93-
9490
[build-dependencies]
9591
awc = { version = "3", features = ["rustls-0_23-webpki-roots"] }
9692
rustls = "0.23"

0 commit comments

Comments
 (0)