8000 Update to newer TinyVec · ghcom275/unicode-normalization@a3fcd13 · GitHub
[go: up one dir, main page]

Skip to content

Commit a3fcd13

Browse files
committed
Update to newer TinyVec
1 parent d6abe8e commit a3fcd13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ Unicode Standard Annex #15.
2020

2121
exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt", "tests/*" ]
2222

23-
[dependencies]
24-
tinyvec = "0.1.2"
23+
[dependencies.tinyvec]
24+
version = "0.3.2"
25+
features = ["alloc"]

0 commit comments

Comments
 (0)
0