From 94df78301cc7afb951fa96b948be0d61f4bd5e14 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Wed, 15 Nov 2023 17:03:01 -0800 Subject: [PATCH] Update version number in Readme (#650) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ae8d56c..a0090032 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To use `http`, first add this to your `Cargo.toml`: ```toml [dependencies] -http = "0.2" +http = "1.0" ``` Next, add this to your crate: