Patch proc-macro-crate 2 to proc-macro-crate 3

Updates toml_edit to 0.21.
This commit is contained in:
Luke Parker
2024-01-05 00:09:56 -05:00
parent 3c5a82e915
commit 1cff9b4264
4 changed files with 38 additions and 9 deletions

View File

@@ -73,6 +73,7 @@ members = [
"patches/option-ext",
"patches/directories-next",
"patches/mach",
"patches/proc-macro-crate",
]
# Always compile Monero (and a variety of dependencies) with optimizations due
@@ -118,6 +119,9 @@ directories-next = { path = "patches/directories-next" }
# mach is unmaintained, so this wraps mach2 as mach
mach = { path = "patches/mach" }
# proc-macro-crate 2 binds to an old version of toml for msrv so we patch to 3
proc-macro-crate = { path = "patches/proc-macro-crate" }
[workspace.lints.clippy]
unwrap_or_default = "allow"
borrow_as_ptr = "deny"