From d929805f1f4620e70411c54d77f2d24c52dd7c43 Mon Sep 17 00:00:00 2001 From: Timon_Post Date: Wed, 15 May 2019 17:54:21 +0200 Subject: [PATCH] version update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3c0496..0b01f76 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Add the Crossterm package to your `Cargo.toml` file. ``` [dependencies] -crossterm = "0.9.2" +crossterm = "0.9.4" ``` ### Useful Links