ci/rust: test from git using latest feature

This commit is contained in:
Luca BRUNO 2022-10-27 12:58:43 +00:00
parent fe09de9282
commit 6b2d0067f0
No known key found for this signature in database
GPG Key ID: A9834A2252078E4E
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
CARGO_PROJECT_FEATURES: "v2021_5,cap-std-apis" CARGO_PROJECT_FEATURES: "v2021_5,cap-std-apis"
# TODO: Automatically query this from the C side # TODO: Automatically query this from the C side
LATEST_LIBOSTREE: "v2022_5" LATEST_LIBOSTREE: "v2022_6"
# Minimum supported Rust version (MSRV) # Minimum supported Rust version (MSRV)
ACTION_MSRV_TOOLCHAIN: 1.58.1 ACTION_MSRV_TOOLCHAIN: 1.58.1
# Pinned toolchain for linting # Pinned toolchain for linting