Skip to content

Commit

Permalink
fix: fix build.rs issue in duckdb
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Jun 23, 2024
1 parent 6d626c2 commit a92f97e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 27 deletions.
51 changes: 25 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ futures = "0.3.30"
libsql = { git = "https://github.com/tursodatabase/libsql.git", features = ["remote"] }
tokio-postgres = "0.7.10"
mysql_async = { version = "0.34.1", default-features = false, features = ["rustls-tls", "default-rustls"] }
duckdb = { version = "0.10.2", features = ["bundled"] }
duckdb = { git = "https://github.com/frectonz/duckdb-rs.git", features = ["bundled"] }

[profile.release]
strip = true
Expand Down

0 comments on commit a92f97e

Please sign in to comment.