From 4e20f71df2e501d5bc1dea1629ece61629bb34bb Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Wed, 27 Dec 2017 10:05:38 -0800 Subject: [PATCH 1/2] Update pubspec.yaml with a wider quiver constraint tuple only uses `hash*` methods from quiver. quiver's `hash*` methods have seen no breaking changes in the last few releases. --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index d60177c..faf0f6f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: tuple -version: 1.0.1 +version: 1.0.1+1 authors: - Boris Kaul - Kwang Yul Seo @@ -8,6 +8,6 @@ homepage: https://github.com/kseo/tuple environment: sdk: '>=1.6.0' dependencies: - quiver: '>=0.22.0 <0.23.0' + quiver: '>=0.22.0 <0.27.0' dev_dependencies: test: any From b578887d72e194fc492983f5c9d06df7dc8e44ea Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Wed, 3 Jan 2018 15:05:45 -0800 Subject: [PATCH 2/2] Update pubspec.yaml to allow 0.27.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index faf0f6f..d835045 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,6 +8,6 @@ homepage: https://github.com/kseo/tuple environment: sdk: '>=1.6.0' dependencies: - quiver: '>=0.22.0 <0.27.0' + quiver: '>=0.22.0 <0.28.0' dev_dependencies: test: any