diff options
author | Nadrieril | 2021-01-22 19:27:21 +0000 |
---|---|---|
committer | Nadrieril | 2021-01-22 19:40:41 +0000 |
commit | b70f16f865967375e5d80ff5b8979179072c73b4 (patch) | |
tree | 5f9cb0058ce1799df482b7b03b3375da3b28ae2d /.github/workflows | |
parent | e89ef8aa14f0779f241e9394a0b172982b4a145f (diff) |
update: bump minimum supported version because of tokio
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e5b800e..2373233 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: rust: - beta - nightly - - 1.42.0 # Minimum supported version + - 1.44.0 # Minimum supported version steps: - name: Checkout branch uses: actions/checkout@master |