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**