From 63116168d33d4b2eefe0dfa9e0a5f63e1245430c Mon Sep 17 00:00:00 2001 From: quintonn Date: Wed, 8 Jan 2020 21:24:25 +0200 Subject: [PATCH] Update README.md Update version in Readme.md to match what's in your toml file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84c0d33..31614ee 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ to use this crate in your project, add the following line to your `Cargo.toml` in the `[dependencies]` section: ```toml -simple-server = "0.3.0" +simple-server = "0.4.0" ``` to see this crate in action, check out the [examples].