Skip to content

Commit

Permalink
ci: 🐝 merge rust-ci-config
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneylab committed Feb 4, 2025
1 parent 0967403 commit 48044d4
Show file tree
Hide file tree
Showing 3 changed files with 3 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.60.0"] # instrument-coverage flag requires Rust 1.60
msrv: ["1.78.0"]
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
1 change: 0 additions & 1 deletion .ignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
rusty-tags.vi

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ version = "0.1.0"
edition = "2021"
license = "BSD-3-Clause"
repository = "https://github.com/rodneylab/subsetter"
# project uses Cargo lock file version 4, stable from 1.78.0
rust-version = "1.78.0"
description = "Web Development-focussed CLI tool for generating font subsets"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 48044d4

Please sign in to comment.