File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1111fn main ( ) {
1212 println ! ( "cargo::rustc-check-cfg=cfg(direct_arrow_insert)" ) ;
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments