From 5e2b30bffdb010c6dccb119cd9af7ede23103670 Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Tue, 4 Mar 2025 13:39:14 +0100 Subject: [PATCH] build: uptick MSRV to 1.81 --- .github/workflows/ci.yaml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ee3142e3..d3b7b95d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,7 +54,7 @@ jobs: matrix: rust: - stable - - 1.78.0 # MSRV + - 1.81.0 # MSRV steps: - name: Setup | Checkout uses: actions/checkout@v4 diff --git a/Cargo.toml b/Cargo.toml index b70e744c..ed5f72e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/trunk-rs/trunk" readme = "README.md" categories = ["command-line-utilities", "wasm", "web-programming"] keywords = ["wasm", "bundler", "web", "build-tool", "compiler"] -rust-version = "1.78.0" +rust-version = "1.81.0" [profile.release] lto = "fat"