Skip to content

Commit 7d7ca11

Browse files
Move the engine pin from v26.5.0 to v26.7.0
1 parent b34f6e0 commit 7d7ca11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::process::Command;
66
/// The engine this crate is developed against, used when no libchdb is already
77
/// present. Keep it on its own line and in step with CHDB_ENGINE_PIN in
88
/// update_libchdb.sh: the release check greps for both when it proposes a bump.
9-
const CHDB_ENGINE_PIN: &str = "v26.5.0";
9+
const CHDB_ENGINE_PIN: &str = "v26.7.0";
1010

1111
fn main() {
1212
println!("cargo::rustc-check-cfg=cfg(direct_arrow_insert)");

update_libchdb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ download_and_extract() {
3131
# The engine this crate is developed against. Keep it on its own line and
3232
# literal, and in step with CHDB_ENGINE_PIN in build.rs: the release check greps
3333
# for both when it proposes a bump.
34-
CHDB_ENGINE_PIN=v26.5.0
34+
CHDB_ENGINE_PIN=v26.7.0
3535

3636
# CHDB_ENGINE_VERSION overrides the pin, which is how the release check runs the
3737
# suite against an engine this repository has not adopted yet.

0 commit comments

Comments
 (0)