typos: add v1.30.2 (#49577)

* typos: add v1.30.2

* Add rust dependency constraint
This commit is contained in:
Alec Scott 2025-03-21 13:56:00 -04:00 committed by GitHub
parent 036794725f
commit 19ca69d0d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,9 @@ class Typos(CargoPackage):
license("Apache-2.0 OR MIT", checked_by="alecbcs")
version("1.30.2", sha256="20a5c2354894215fb87126f1805a171808fec93c427720f873a025466114e44c")
version("1.28.4", sha256="acfbaf16d61fb35532ddb91a32e720181450487f60fe60757f72c3879496955d")
depends_on("rust@1.80:", type="build")
build_directory = "crates/typos-cli"