Skip to content

Commit 9f9d450

Browse files
authored
Merge pull request #276 from FintanH/update-smallvec
Update smallvec to 1.6
2 parents 0551a0e + 9cef1b0 commit 9f9d450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2018"
1111

1212
[dependencies]
1313
cfg-if = "1.0.0"
14-
smallvec = "1.0"
14+
smallvec = "1.6.1"
1515
petgraph = { version = "0.5.1", optional = true }
1616
thread-id = { version = "3.3.0", optional = true }
1717
backtrace = { version = "0.3.49", optional = true }

0 commit comments

Comments
 (0)