From 8d734c4737446a74d6caaa68f6bae3ede6165f61 Mon Sep 17 00:00:00 2001 From: Ales Katona Date: Fri, 25 Jan 2019 23:37:18 -0700 Subject: [PATCH] update deps and requirements --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7570f6f..42e3797 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,14 @@ Input handling schema written in rust. Backend agnostic, provides serializabilit Current backends include Piston and Gilrs with more on the way. +**NOTE** prongs requires rust 1.32 or later + ## Using prongs library To use the prongs library include it in your `Cargo.toml` file. You *MUST* specify a backend via features e.g. ``` [dependencies] -prongs = { version = "1.0.0", features = ["backend_piston"] } +prongs = { version = "1.0.2", features = ["backend_piston"] } ``` ### Documentation