From d777a610176b6555b23cb2255d5e2489988b2619 Mon Sep 17 00:00:00 2001 From: Yauhen Sampir Date: Tue, 5 Jul 2022 11:02:01 +0200 Subject: [PATCH 1/2] Update pubspec.yaml --- pubspec.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index ae6a264..de11d29 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dbus_onemw -version: 0.7.3 +version: 0.7.6 description: LG extension of a native Dart implementation of the D-Bus message bus client. @@ -16,14 +16,14 @@ platforms: dependencies: args: ^2.0.0 - ffi: ^1.1.2 + ffi: ^2.0.0 meta: ^1.3.0 - xml: ^5.0.0 + xml: ^6.1.0 stream_channel: ^2.1.0 web_socket_channel: ^2.1.0 dev_dependencies: - lints: ^1.0.1 + lints: ^2.0.0 test: ^1.16.8 test_cov: ^1.0.1 From 30cf1394dc101be5eb5195e8000f6040237665a6 Mon Sep 17 00:00:00 2001 From: Yauhen Sampir Date: Tue, 5 Jul 2022 11:43:39 +0200 Subject: [PATCH 2/2] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index de11d29..90bdc37 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ platforms: dependencies: args: ^2.0.0 - ffi: ^2.0.0 + ffi: ^1.1.2 meta: ^1.3.0 xml: ^6.1.0 stream_channel: ^2.1.0