Skip to content

Commit

Permalink
Update smallvec to 1.8.1.
Browse files Browse the repository at this point in the history
This pulls in servo/rust-smallvec#282, which
gives some small wins for rustc.
  • Loading branch information
nnethercote committed Jun 26, 2022
1 parent 92749f0 commit f516ba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -22,7 +22,7 @@ ar = { git = "https://github.com/bjorn3/rust-ar.git", branch = "do_not_remove_cg
indexmap = "1.8.0"
libloading = { version = "0.6.0", optional = true }
once_cell = "1.10.0"
smallvec = "1.6.1"
smallvec = "1.8.1"

[patch.crates-io]
# Uncomment to use local checkout of cranelift
Expand Down

0 comments on commit f516ba2

Please sign in to comment.