Update typos

This commit is contained in:
Wildan M 2026-03-14 18:39:24 +07:00
parent 4943e360f2
commit e68904b77b
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#TODO Compiling, not tested
#TODO compiled but not tested
[source]
git = "https://github.com/valkey-io/valkey"
shallow_clone = true

View File

@ -1,4 +1,4 @@
#TODO compiled, not tested
#TODO compiled but not tested
[source]
git = "https://github.com/astral-sh/ruff"
rev = "93a16bd05fba249439848beb6fbcbf3e8a436f03"
@ -8,7 +8,7 @@ patches = [
]
[build]
template = "custom"
script = """
cookbook_cargo_packages ruff
"""
template = "cargo"
cargopackages = [
"ruff"
]

View File

@ -3,7 +3,7 @@
git = "https://github.com/astral-sh/uv"
shallow_clone = true
[build]
template = "custom"
template = "cargo"
dependencies = [
"openssl3",
]