From 9ec4956341950b45a843460b0a2775795ab58312 Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Mon, 17 Jul 2023 22:51:01 +0300 Subject: [PATCH] update sdk requirements --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f1a9b..b06df4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## [0.11.0] -* Update protobuf dependency from `^2.0.0` to `^3.0.0` +* Update protobuf dependency from `^2.0.0` to `^3.0.0`. Requires Dart 2.19 ## [0.10.0] diff --git a/pubspec.yaml b/pubspec.yaml index cecee42..fe374e3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ description: > homepage: https://github.com/centrifugal/centrifuge-dart environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.19.0 <4.0.0' dependencies: fixnum: ^1.0.0