Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 791f2a0

Browse files
committed
Bump smallvec
1 parent 2af61bc commit 791f2a0

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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.

crates/hir-def/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ itertools = "0.10.3"
2525
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
2626
once_cell = "1.12.0"
2727
rustc-hash = "1.1.0"
28-
smallvec = "1.8.0"
28+
smallvec = "1.9.0"
2929
tracing = "0.1.35"
3030

3131
stdx = { path = "../stdx", version = "0.0.0" }

crates/hir-ty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ doctest = false
1313
cov-mark = "2.0.0-pre.1"
1414
itertools = "0.10.3"
1515
arrayvec = "0.7.2"
16-
smallvec = "1.8.0"
16+
smallvec = "1.9.0"
1717
ena = "0.14.0"
1818
tracing = "0.1.35"
1919
rustc-hash = "1.1.0"

crates/hir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rustc-hash = "1.1.0"
1414
either = "1.7.0"
1515
arrayvec = "0.7.2"
1616
itertools = "0.10.3"
17-
smallvec = "1.8.0"
17+
smallvec = "1.9.0"
1818
once_cell = "1.12.0"
1919

2020
stdx = { path = "../stdx", version = "0.0.0" }

crates/ide-completion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cov-mark = "2.0.0-pre.1"
1414
itertools = "0.10.3"
1515

1616
once_cell = "1.12.0"
17-
smallvec = "1.8.0"
17+
smallvec = "1.9.0"
1818

1919
stdx = { path = "../stdx", version = "0.0.0" }
2020
syntax = { path = "../syntax", version = "0.0.0" }

crates/mbe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ doctest = false
1212
[dependencies]
1313
cov-mark = "2.0.0-pre.1"
1414
rustc-hash = "1.1.0"
15-
smallvec = "1.8.0"
15+
smallvec = "1.9.0"
1616
tracing = "0.1.35"
1717

1818
syntax = { path = "../syntax", version = "0.0.0" }

0 commit comments

Comments
 (0)