mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 20:59:23 +00:00
Patch matches, mach
This commit is contained in:
@@ -69,8 +69,10 @@ members = [
|
||||
"tests/reproducible-runtime",
|
||||
|
||||
"patches/is-terminal",
|
||||
"patches/matches",
|
||||
"patches/option-ext",
|
||||
"patches/directories-next",
|
||||
"patches/mach",
|
||||
]
|
||||
|
||||
# Always compile Monero (and a variety of dependencies) with optimizations due
|
||||
@@ -102,6 +104,8 @@ dockertest = { git = "https://github.com/kayabaNerve/dockertest-rs", branch = "a
|
||||
|
||||
# is-terminal now has an std-based solution with an equivalent API
|
||||
is-terminal = { path = "patches/is-terminal" }
|
||||
# So does matches
|
||||
matches = { path = "patches/matches" }
|
||||
|
||||
# directories-next was created because directories was unmaintained
|
||||
# directories-next is now unmaintained while directories is maintained
|
||||
@@ -111,6 +115,9 @@ is-terminal = { path = "patches/is-terminal" }
|
||||
option-ext = { path = "patches/option-ext" }
|
||||
directories-next = { path = "patches/directories-next" }
|
||||
|
||||
# mach is unmaintained, so this wraps mach2 as mach
|
||||
mach = { path = "patches/mach" }
|
||||
|
||||
[workspace.lints.clippy]
|
||||
unwrap_or_default = "allow"
|
||||
borrow_as_ptr = "deny"
|
||||
|
||||
Reference in New Issue
Block a user