Skip to content

Commit ec42e4e

Browse files
committed
Bump thin-vec version to pick up inline attributes
1 parent dc89a80 commit ec42e4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -5501,9 +5501,9 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
55015501

55025502
[[package]]
55035503
name = "thin-vec"
5504-
version = "0.2.9"
5504+
version = "0.2.12"
55055505
source = "registry+https://github.com/rust-lang/crates.io-index"
5506-
checksum = "ceb05e71730d396f960f8f3901cdb41be2d339b303e9d7d3a07c5ff0536e671b"
5506+
checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8"
55075507

55085508
[[package]]
55095509
name = "thiserror"

compiler/rustc_data_structures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ smallvec = { version = "1.8.1", features = [
2929
stable_deref_trait = "1.0.0"
3030
stacker = "0.1.15"
3131
tempfile = "3.2"
32-
thin-vec = "0.2.9"
32+
thin-vec = "0.2.12"
3333
tracing = "0.1"
3434

3535
[dependencies.parking_lot]

0 commit comments

Comments
 (0)