mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Update typos
This commit is contained in:
parent
4943e360f2
commit
e68904b77b
@ -1,4 +1,4 @@
|
||||
#TODO Compiling, not tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/valkey-io/valkey"
|
||||
shallow_clone = true
|
||||
|
||||
@ -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"
|
||||
]
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
git = "https://github.com/astral-sh/uv"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "custom"
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user