summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvans Murithi <murithievans80@gmail.com>2022-08-03 20:43:47 +0300
committerEvans Murithi <murithievans80@gmail.com>2022-08-03 20:43:47 +0300
commit76cf1b79cd6695c8a6f8a0b26b877857a7fc5af8 (patch)
tree5c9fe30778004e0adbd30caff6a426e4d6b1908c
parent8cd8523dd4610a14c10fbba5891686316b275bd7 (diff)
Update minimum supported rust version to 1.56.1
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 75113c2..12384c5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
rust:
- - 1.54.0
+ - 1.56.1
- stable
os:
- windows-latest