From 984acbb7d32e241ae4602631114c66ff977212fc Mon Sep 17 00:00:00 2001 From: Scott Hill Date: Thu, 24 Feb 2022 22:10:08 -0800 Subject: [PATCH] Bumping minimum version to Rust 1.49.0 due to: - https://github.com/rust-lang/rust/issues/55002 - https://github.com/rust-lang/rust/issues/70921 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6070134f..67033566 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The PubNub Rust SDK is based on Tokio `1.0`. This library uses `HTTP/2` to commu ## MSRV -Supports Rust 1.46.0 and higher. +Supports Rust 1.49.0 and higher. ## Get Started