We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30469d5 commit 10a1298Copy full SHA for 10a1298
build.rs
@@ -58,7 +58,7 @@ fn find_existing_libchdb() -> Option<(PathBuf, PathBuf)> {
58
59
fn download_libchdb_to_out_dir(out_dir: &Path) -> Result<(), Box<dyn std::error::Error>> {
60
let platform = get_platform_string()?;
61
- let version = "v2.1.1";
+ let version = "v3.6.0";
62
let url = format!(
63
"https://github.com/chdb-io/chdb/releases/download/{}/{}",
64
version, platform
0 commit comments