From 2f1630e2b21787780d5a75522eecd983b1e29425 Mon Sep 17 00:00:00 2001
From: Alexander Zaitsev <aliaksandr.zaitsau@n-able.com>
Date: Sat, 22 Jan 2022 15:25:35 +0300
Subject: [PATCH] feat: bump MSRV

- update MSRV to 1.54 according to the policy. Seems like it needed for
  building dependencies properly
- update CI

Tested:
- No
---
 .github/workflows/ci.yaml | 4 ++--
 README.md                 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 83741894..ced1cb57 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, macOS-latest, windows-latest]
-        rust: [stable, 1.36.0]
+        rust: [stable, 1.54.0]
 
     steps:
     - uses: actions/checkout@master
@@ -54,4 +54,4 @@ jobs:
       run: cargo fmt --all -- --check
 
     - name: Docs
-      run: cargo doc
\ No newline at end of file
+      run: cargo doc
diff --git a/README.md b/README.md
index e489b98d..f649d588 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ All of these are enabled by default.
 MSRV
 ----
 
-Our current Minimum Supported Rust Version is **1.36.0**. When adding features,
+Our current Minimum Supported Rust Version is **1.54.0**. When adding features,
 we will follow these guidelines:
 
 - We will always support the latest four minor Rust versions. This gives you a 6