Skip to content

Commit

Permalink
constrain smallvec to a safe version range
Browse files Browse the repository at this point in the history
  • Loading branch information
mumbleskates committed Feb 18, 2024
1 parent d1c9940 commit fa95629
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 @@ -56,7 +56,7 @@ bytes = { version = "1", default-features = false }
bytestring = { version = ">=1", optional = true }
const_panic = { version = "0.2", optional = true }
hashbrown = { version = ">=0.1.0", optional = true }
smallvec = { version = ">=1", features = ["const_generics"], optional = true }
smallvec = { version = ">=1.6.1", features = ["const_generics"], optional = true }
thin-vec = { version = ">=0.2", optional = true }
tinyvec = { version = ">=1", features = ["alloc"], optional = true }

Expand Down

0 comments on commit fa95629

Please sign in to comment.