Skip to content

Commit

Permalink
Merge pull request #172 from kornelski/patch-1
Browse files Browse the repository at this point in the history
Update README.md for new version
  • Loading branch information
abonander committed Oct 15, 2019
2 parents 5f86fa4 + a65a824 commit eee56c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,7 +3,7 @@ Rust-PHF

[![Build Status](https://travis-ci.org/sfackler/rust-phf.png?branch=master)](https://travis-ci.org/sfackler/rust-phf) [![Latest Version](https://img.shields.io/crates/v/phf.svg)](https://crates.io/crates/phf)

[Documentation](https://docs.rs/phf/0.7.23/phf)
[Documentation](https://docs.rs/phf)

Rust-PHF is a library to generate efficient lookup tables at compile time using
[perfect hash functions](http://en.wikipedia.org/wiki/Perfect_hash_function).
Expand Down Expand Up @@ -63,7 +63,7 @@ pub fn parse_keyword(keyword: &str) -> Option<Keyword> {

```toml
[dependencies]
phf = { version = "0.7", features = ["macros"] }
phf = { version = "0.8", features = ["macros"] }
```

phf_codegen
Expand Down

0 comments on commit eee56c0

Please sign in to comment.