Skip to content

Commit fe6400e

Browse files
authored
Merge pull request #50 from vchugreev/patch-1
Update README.md
2 parents 60738bd + fe9de57 commit fe6400e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ Add this to your `Cargo.toml`:
6565
hashbrown = "0.1"
6666
```
6767

68+
In version 0.1.8 rayon support has appeared, so that it works, specify:
69+
70+
```toml
71+
[dependencies]
72+
hashbrown = { version = "0.1", features = ["rayon"] }
73+
```
74+
6875
and this to your crate root:
6976

7077
```rust

0 commit comments

Comments
 (0)