drahnr / cargo-spellcheck

Checks all your documentation for spelling and grammar mistakes with hunspell and a nlprule based checker for grammar
Apache License 2.0
314 stars 32 forks source link

build: run cargo update to make it compile for riscv64 #330

Closed kxxt closed 1 month ago

kxxt commented 1 month ago

What does this PR accomplish?

Changes proposed by this PR:

Run cargo update to update the dependencies in the lock file. The main motivation is to update ring from 0.16.20(which doesn't support riscv64: https://github.com/briansmith/ring/issues/1182) to 0.17 so that cargo-spellcheck can be built on riscv64 architecture.

Notes to reviewer:

📜 Checklist

drahnr commented 1 month ago

Thank you!