Skip to content

Commit 5476c4f

Browse files
committed
Update smallvec dep to 1.0
1 parent 04f1bd1 commit 5476c4f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Cargo.lock

+7-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ra_mbe/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ra_syntax = { path = "../ra_syntax" }
99
ra_parser = { path = "../ra_parser" }
1010
tt = { path = "../ra_tt", package = "ra_tt" }
1111
rustc-hash = "1.0.0"
12-
smallvec = "0.6.9"
12+
smallvec = "1.0.0"
1313
log = "0.4.5"
1414

1515
[dev-dependencies]

0 commit comments

Comments
 (0)