From 0045d19858d94a706d97dc750c1838faf8c5a574 Mon Sep 17 00:00:00 2001 From: tilpner Date: Fri, 14 Dec 2018 10:10:59 +0100 Subject: [PATCH] Update versions in readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50a0c94..1e80d5d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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**