Skip to content

Commit 7df4234

Browse files
markbtfacebook-github-bot
authored andcommitted
vendor smallvec with bincode2 support
Summary: Vendor smallvec v1 with support for bincode v2 encoding and decoding. This was implemented in PR servo/rust-smallvec#375 which is in release 1.15.0. Reviewed By: RajivTS Differential Revision: D72465918 fbshipit-source-id: 04ddf5c05de7d3a9d5dea619dca331f46a40943b
1 parent 568daee commit 7df4234

File tree

1 file changed

+1
-1
lines changed
  • thrift/lib/rust/deterministic_hash/src/tests

1 file changed

+1
-1
lines changed

thrift/lib/rust/deterministic_hash/src/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fbthrift = { version = "0.0.1+unstable", path = "../../.." }
3030
futures = { version = "0.3.30", features = ["async-await", "compat"] }
3131
indexmap = { version = "2.9.0", features = ["arbitrary", "rayon", "serde"] }
3232
ref-cast = "1.0.18"
33-
smallvec = { version = "1.13.2", features = ["serde", "specialization", "union"] }
33+
smallvec = { version = "1.15", features = ["impl_bincode", "serde", "specialization", "union"] }
3434
thiserror = "2"
3535

3636
[dev-dependencies]

0 commit comments

Comments
 (0)