From 5b5b5c8601d700818a91771eaec7032eb9d50a5f Mon Sep 17 00:00:00 2001 From: Dmitry Patsura Date: Tue, 2 Apr 2024 17:52:29 +0200 Subject: [PATCH] chore(cubestore): Upgrade cross to 02042024 --- rust/cubestore/Cross.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rust/cubestore/Cross.toml b/rust/cubestore/Cross.toml index bf26730b87717..aac35bba3e843 100644 --- a/rust/cubestore/Cross.toml +++ b/rust/cubestore/Cross.toml @@ -1,23 +1,23 @@ [target.x86_64-apple-darwin] -image = "cubejs/rust-cross:x86_64-apple-darwin-03012023" +image = "cubejs/rust-cross:x86_64-apple-darwin-02042024" xargo = false [target.x86_64-pc-windows-msvc] -image = "cubejs/rust-cross:x86_64-pc-windows-msvc-03012023" +image = "cubejs/rust-cross:x86_64-pc-windows-msvc-02042024" xargo = false [target.x86_64-pc-windows-gnu] -image = "cubejs/rust-cross:x86_64-pc-windows-gnu-03012023" +image = "cubejs/rust-cross:x86_64-pc-windows-gnu-02042024" xargo = false [target.x86_64-unknown-linux-gnu] -image = "cubejs/rust-cross:x86_64-unknown-linux-gnu-03012023" +image = "cubejs/rust-cross:x86_64-unknown-linux-gnu-02042024" xargo = false [target.x86_64-unknown-linux-musl] -image = "cubejs/rust-cross:x86_64-unknown-linux-musl-03012023" +image = "cubejs/rust-cross:x86_64-unknown-linux-musl-02042024" xargo = false [target.aarch64-unknown-linux-gnu] -image = "cubejs/rust-cross:aarch64-unknown-linux-gnu-03012023" +image = "cubejs/rust-cross:aarch64-unknown-linux-gnu-02042024" xargo = false