Skip to content

Commit

Permalink
Merge pull request #233 from cuviper/patch-1
Browse files Browse the repository at this point in the history
Update to 0.10 in README.md
  • Loading branch information
JohnTitor committed Aug 20, 2021
2 parents 3cc6f05 + 7a0249b commit f5063b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -28,7 +28,7 @@ will not work, set `default-features = false` for the dependency:
```toml
[dependencies]
# to use `phf` in `no_std` environments
phf = { version = "0.9", default-features = false }
phf = { version = "0.10", default-features = false }
```

### phf_macros
Expand Down Expand Up @@ -60,7 +60,7 @@ pub fn parse_keyword(keyword: &str) -> Option<Keyword> {

```toml
[dependencies]
phf = { version = "0.9", features = ["macros"] }
phf = { version = "0.10", features = ["macros"] }
```

#### Note
Expand Down

0 comments on commit f5063b0

Please sign in to comment.