cargo update, upgrade alloy

Removes a dated proc-macro-crate patch.
This commit is contained in:
Luke Parker
2024-09-05 17:03:23 -04:00
parent ac7b98daac
commit 0d5756ffcf
6 changed files with 367 additions and 320 deletions

View File

@@ -6,7 +6,6 @@ members = [
"patches/parking_lot",
"patches/zstd",
"patches/rocksdb",
"patches/proc-macro-crate",
# std patches
"patches/matches",
@@ -148,8 +147,6 @@ parking_lot = { path = "patches/parking_lot" }
zstd = { path = "patches/zstd" }
# Needed for WAL compression
rocksdb = { path = "patches/rocksdb" }
# 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" }
# is-terminal now has an std-based solution with an equivalent API
is-terminal = { path = "patches/is-terminal" }