Skip to content

Commit

Permalink
Update versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tilpner committed Dec 14, 2018
1 parent b9e58cd commit 0045d19
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Include a directory in your Rust binary, e.g. static files for your web server o
* [x] Wrapping API around the phf map, to abstract away additional features
* [x] Compression, with optional crate "flate2"
* [x] Reading from source files for debug builds
* [ ] Tested on non-Linux platforms. Passthrough won't work on Windows, the rest should.

## Example

Expand All @@ -31,10 +30,10 @@ include = ["data"]

[dependencies]
phf = "0.7.21"
includedir = "0.4.0"
includedir = "0.5.0"

[build-dependencies]
includedir_codegen = "0.4.0"
includedir_codegen = "0.5.0"
```

**build.rs**
Expand Down

0 comments on commit 0045d19

Please sign in to comment.