Skip to content

Commit

Permalink
Merge pull request #29 from rodneylab/ci__update_ci_config
Browse files Browse the repository at this point in the history
ci: 🐝 update CI config
  • Loading branch information
rodneylab authored May 14, 2024
2 parents ddcaf40 + 9a43179 commit 0c4f6f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}

0 comments on commit 0c4f6f9

Please sign in to comment.