mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
Fix smallvec dependency conflict (#6956)
This commit is contained in:
@@ -230,7 +230,7 @@ hex-literal = "0.4"
|
||||
once_cell = "1.17"
|
||||
syn = "2.0"
|
||||
nybbles = "0.2.1"
|
||||
smallvec = "1.13"
|
||||
smallvec = "1"
|
||||
|
||||
# proc-macros
|
||||
proc-macro2 = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user