summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca BRUNO <luca.bruno@coreos.com>2022-10-27 12:58:43 +0000
committerLuca BRUNO <luca.bruno@coreos.com>2022-10-27 12:58:43 +0000
commit6b2d0067f0ef84d6a179043c2219f3d20281db2d (patch)
treecf739d1e7fa902c638a71297e1573ba6d94a8d71
parentfe09de92829b8ac5fa47b3497c9252faf9bd24e0 (diff)
downloadostree-6b2d0067f0ef84d6a179043c2219f3d20281db2d.tar.gz
ci/rust: test from git using latest feature
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 1 insertions, 1 deletions
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