diff --git a/.github/workflows/msrv.yml b/.github/workflows/msrv.yml
index eb016d22..88375433 100644
--- a/.github/workflows/msrv.yml
+++ b/.github/workflows/msrv.yml
@@ -9,7 +9,7 @@ jobs:
     strategy:
       matrix:
         rust:
-          - 1.59.0
+          - 1.60.0
           - stable
           - beta
           - nightly
@@ -45,7 +45,7 @@ jobs:
     strategy:
       matrix:
         rust:
-          - 1.59.0
+          - 1.60.0
           - stable
           - beta
           - nightly
@@ -61,14 +61,14 @@ jobs:
           override: true
 
       - name: Run cargo test
-        if: matrix.rust != 'nightly' && matrix.rust != '1.59.0'
+        if: matrix.rust != 'nightly' && matrix.rust != '1.60.0'
         uses: actions-rs/cargo@v1
         with:
           command: test
           args: --all-features
 
       - name: Run cargo test (nightly)
-        if: matrix.rust == '1.59.0'
+        if: matrix.rust == '1.60.0'
         continue-on-error: true
         uses: actions-rs/cargo@v1
         with:
@@ -121,7 +121,7 @@ jobs:
       - name: Install toolchain
         uses: actions-rs/toolchain@v1
         with:
-          toolchain: 1.59.0
+          toolchain: 1.60.0
           override: true
           components: clippy
 
@@ -138,7 +138,7 @@ jobs:
     strategy:
       matrix:
         rust:
-          - 1.59.0
+          - 1.60.0
           - stable
 
     steps:
diff --git a/README.md b/README.md
index 18f0914f..f9fa2e61 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ more usage information.
 
 ## MSRV
 
-We currently support Rust 1.56.0 and newer.
+We currently support Rust 1.60.0 and newer.
 
 
 ## License