rust/compiler/rustc_serialize/Cargo.toml
Nicholas Nethercote 06228d6e93 Upgrade thin-vec from 0.2.9 to 0.2.12.
Because 0.2.10 added supports for `ThinVec::splice`, and 0.2.12 is the
latest release.
2023-02-21 11:51:55 +11:00

13 lines
258 B
TOML

[package]
name = "rustc_serialize"
version = "0.0.0"
edition = "2021"
[dependencies]
indexmap = "1.9.1"
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
thin-vec = "0.2.12"
[dev-dependencies]
rustc_macros = { path = "../rustc_macros" }