Skip to content

Commit f516ba2

Browse files
committed
Update smallvec to 1.8.1.
This pulls in servo/rust-smallvec#282, which gives some small wins for rustc.
1 parent 92749f0 commit f516ba2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ar = { git = "https://github.com/bjorn3/rust-ar.git", branch = "do_not_remove_cg
2222
indexmap = "1.8.0"
2323
libloading = { version = "0.6.0", optional = true }
2424
once_cell = "1.10.0"
25-
smallvec = "1.6.1"
25+
smallvec = "1.8.1"
2626

2727
[patch.crates-io]
2828
# Uncomment to use local checkout of cranelift

0 commit comments

Comments
 (0)