From 7791f596754213df3fa871a0c0316e139c78c305 Mon Sep 17 00:00:00 2001 From: Christopher Wolf <> Date: Wed, 25 Sep 2024 20:51:04 +0200 Subject: [PATCH] increased rrule version from 0.2.10 to 0.2.15 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7c99a9c5..101681fb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ dependencies: sdk: flutter collection: ^1.16.0 timezone: ^0.9.0 - rrule: ^0.2.10 + rrule: ^0.2.15 dev_dependencies: flutter_test: