From b70f16f865967375e5d80ff5b8979179072c73b4 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Fri, 22 Jan 2021 19:27:21 +0000 Subject: update: bump minimum supported version because of tokio --- .github/workflows/tests.yml | 2 +- CHANGELOG.md | 2 ++ README.md | 2 +- 3 files changed, 4 insertions(+), 2 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d3064..1b78bd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ #### [Unreleased] +- BREAKING CHANGE: Change minimum supported version to 1.44.0. + #### [0.9.0] - 2020-11-20 - BREAKING CHANGE: Support Dhall v19.0.0 diff --git a/README.md b/README.md index b1a452f..5776391 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ expected_map.insert("y".to_string(), 2); assert_eq!(deserialized_map, expected_map); ``` -`dhall` requires Rust >= 1.42.0 +`dhall` requires Rust >= 1.44.0 ## Standard-compliance -- cgit v1.2.3