summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2022-06-09 17:49:18 -0400
committerColin Walters <walters@verbum.org>2022-06-09 17:49:18 -0400
commit76071a2b1184e5e7db7dc8b2e6971eb8313868d3 (patch)
tree1627c15c13d0f0a4dea4496d81cf02886a4809fa
parent99c122d219002a638624c7c580c946a5b0be904a (diff)
downloadostree-76071a2b1184e5e7db7dc8b2e6971eb8313868d3.tar.gz
ci: Bump MSRV
To match what's in ostree-rs-ext.
-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 a830c0e8..b9c972e2 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -15,7 +15,7 @@ env:
# TODO: Automatically query this from the C side
LATEST_LIBOSTREE: "v2022_5"
# Minimum supported Rust version (MSRV)
- ACTION_MSRV_TOOLCHAIN: 1.54.0
+ ACTION_MSRV_TOOLCHAIN: 1.58.1
# Pinned toolchain for linting
ACTION_LINTS_TOOLCHAIN: 1.56.0