Fix smallvec dependency conflict (#6956)

This commit is contained in:
christn
2024-03-06 03:25:29 +08:00
committed by GitHub
parent 173c4927fa
commit 176ce4f963

View File

@@ -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"