Skip to content

Commit

Permalink
disable 'serde' feature for smallvec
Browse files Browse the repository at this point in the history
This doesn't seem to be necessary, and was probably a copy-pasta from
qlog since that one does require the feature to be enabled.
  • Loading branch information
ghedo committed Jan 14, 2025
1 parent 5d2031c commit 020b344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quiche/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ foreign-types-shared = { version = "0.3.0", optional = true }
intrusive-collections = "0.9.5"
qlog = { version = "0.14", path = "../qlog", optional = true }
sfv = { version = "0.9", optional = true }
smallvec = { version = "1.10", features = ["serde", "union"] }
smallvec = { version = "1.10", features = ["union"] }

[target."cfg(windows)".dependencies]
windows-sys = { version = "0.59", features = ["Win32_Networking_WinSock", "Win32_Security_Cryptography"] }
Expand Down

0 comments on commit 020b344

Please sign in to comment.