From: Luca BRUNO Date: Thu, 27 Oct 2022 12:58:43 +0000 (+0000) Subject: ci/rust: test from git using latest feature X-Git-Tag: archive/raspbian/2022.7-2+rpi1^2~13^2^2~26^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6b2d0067f0ef84d6a179043c2219f3d20281db2d;p=ostree.git ci/rust: test from git using latest feature --- diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index bca9b691..6e468fd6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -13,7 +13,7 @@ env: CARGO_TERM_COLOR: always CARGO_PROJECT_FEATURES: "v2021_5,cap-std-apis" # TODO: Automatically query this from the C side - LATEST_LIBOSTREE: "v2022_5" + LATEST_LIBOSTREE: "v2022_6" # Minimum supported Rust version (MSRV) ACTION_MSRV_TOOLCHAIN: 1.58.1 # Pinned toolchain for linting