From 5e5ae4c372c4772821e7fb378d4a168c21586e5c Mon Sep 17 00:00:00 2001 From: Rongjian Zhang Date: Sat, 7 Apr 2018 14:32:11 +0800 Subject: [PATCH] Allow sdk v1 to make CI tests pass --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 033880a..4dd96ae 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: A tiny, secure, URL-friendly, unique string ID generator homepage: https://github.com/pd4d10/nanoid environment: - sdk: ">=2.0.0-dev.32.0 <2.0.0" + sdk: ">=1.24.0 <2.0.0" dev_dependencies: test: ^0.12.33