Skip to content

Commit 10a1298

Browse files
committed
update chdb version
1 parent 30469d5 commit 10a1298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ fn find_existing_libchdb() -> Option<(PathBuf, PathBuf)> {
5858

5959
fn download_libchdb_to_out_dir(out_dir: &Path) -> Result<(), Box<dyn std::error::Error>> {
6060
let platform = get_platform_string()?;
61-
let version = "v2.1.1";
61+
let version = "v3.6.0";
6262
let url = format!(
6363
"https://github.com/chdb-io/chdb/releases/download/{}/{}",
6464
version, platform

0 commit comments

Comments
 (0)