From 9a4317985dfa8a618e54fcfd3f75e01fd4cb63d7 Mon Sep 17 00:00:00 2001 From: Rodney Lab Date: Tue, 14 May 2024 16:21:12 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=90=9D=20update=20CI=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/general.yml | 2 +- dprint.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 1029174..2d97db8 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - msrv: ["1.56.0"] + msrv: ["1.60.0"] # instrument-coverage flag requires Rust 1.60 name: ubuntu / ${{ matrix.msrv }} steps: - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 diff --git a/dprint.json b/dprint.json index 0685546..fcdf1bf 100644 --- a/dprint.json +++ b/dprint.json @@ -10,7 +10,7 @@ ], "plugins": [ "https://plugins.dprint.dev/json-0.19.2.wasm", - "https://plugins.dprint.dev/markdown-0.16.4.wasm", + "https://plugins.dprint.dev/markdown-0.17.0.wasm", "https://plugins.dprint.dev/toml-0.6.1.wasm" ] }