Skip to content

Commit

Permalink
Merge pull request #181 from harfbuzz/msrv
Browse files Browse the repository at this point in the history
Document change to MSRV
  • Loading branch information
alerque authored Nov 29, 2024
2 parents bee14b1 + 1ca792e commit c7685cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
rust:
- 1.59.0
- 1.63.0
- stable
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ repository = "https://github.com/RazrFalcon/ttf-parser"
documentation = "https://docs.rs/ttf-parser/"
readme = "README.md"
edition = "2018"
rust-version = "1.63.0"
exclude = ["benches/**"]

[dependencies]
Expand Down

0 comments on commit c7685cc

Please sign in to comment.