From d170a939499258793b38981a180afbf65a6f7ee6 Mon Sep 17 00:00:00 2001 From: sensuikan1973 <23427957+sensuikan1973@users.noreply.github.com> Date: Sat, 17 Aug 2024 14:59:33 +0900 Subject: [PATCH] `dart pub upgrade && dart pub upgrade --major-versions` (#605) Co-authored-by: sensuikan1973 --- lib/src/ffi/bindings.dart | 8 ++++---- pubspec.lock | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/src/ffi/bindings.dart b/lib/src/ffi/bindings.dart index 0d95bda644..a6be48e74b 100644 --- a/lib/src/ffi/bindings.dart +++ b/lib/src/ffi/bindings.dart @@ -1553,11 +1553,11 @@ class LibEdaxBindings { ffi.Pointer> value) => _time_clock.value = value; - late final ffi.Pointer _timezone = _lookup('timezone'); + late final ffi.Pointer _timezone1 = _lookup('timezone'); - int get timezone => _timezone.value; + int get timezone1 => _timezone1.value; - set timezone(int value) => _timezone.value = value; + set timezone1(int value) => _timezone1.value = value; late final ffi.Pointer>> _tzname = _lookup>>('tzname'); @@ -9948,7 +9948,7 @@ final class timeval64 extends ffi.Struct { external int tv_usec; } -final class timezone1 extends ffi.Struct { +final class timezone extends ffi.Struct { @ffi.Int() external int tz_minuteswest; diff --git a/pubspec.lock b/pubspec.lock index 2a72791e3d..381da49b8e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -538,10 +538,10 @@ packages: dependency: transitive description: name: vm_service - sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc + sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d" url: "https://pub.dev" source: hosted - version: "14.2.4" + version: "14.2.5" watcher: dependency: transitive description: