From e9a13700cb344fff70f7fdf72687511107f09b1d Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Wed, 8 Sep 2021 00:44:22 -0700 Subject: [PATCH] Update version number in Readme (#549) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79072f3..63627b7 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To use `h2`, first add this to your `Cargo.toml`: ```toml [dependencies] -h2 = "0.2" +h2 = "0.3" ``` Next, add this to your crate: