Skip to content

Commit

Permalink
Fix smallvec dependency conflict (#6956)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Mar 5, 2024
1 parent 173c492 commit 176ce4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 176ce4f

Please sign in to comment.