Skip to content

Commit 8f50b7a

Browse files
committed
chore: sync
1 parent a5058bd commit 8f50b7a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/rust-cubestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
rust: [nightly-2024-01-29]
29+
rust: [nightly-2025-08-01]
3030
container:
3131
image: cubejs/rust-builder:bookworm-llvm-18
3232
env:

rust/cubestore/builder.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ FROM rust:$OS_NAME
55
ARG LLVM_VERSION=18
66

77
RUN rustup update && \
8-
rustup default nightly-2024-01-29 && \
9-
rustup component add --toolchain nightly-2024-01-29 rustfmt clippy;
8+
rustup default nightly-2025-08-01 && \
9+
rustup component add --toolchain nightly-2025-08-01 rustfmt clippy;
1010

1111
RUN apt update \
1212
&& apt upgrade -y \

rust/cubestore/cubestore/src/metastore/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ macro_rules! data_frame_from {
140140
}
141141

142142
#[macro_export]
143-
macro_rules! base_rocks_secondary_index {
143+
macro_rules! anbase_rocks_secondary_index {
144144
($table: ty, $index: ty) => {
145145
impl crate::metastore::BaseRocksSecondaryIndex<$table> for $index {
146146
fn index_value(&self, row: &$table) -> Vec<u8> {

0 commit comments

Comments
 (0)