Skip to content

Commit 768e336

Browse files
dart pub upgrade --major-versions --tighten (#777)
Co-authored-by: sensuikan1973 <sensuikan1973@users.noreply.github.com>
1 parent 11af8f6 commit 768e336

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/src/ffi/bindings.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,11 +1377,11 @@ class LibEdaxBindings {
13771377
ffi.Pointer<ffi.NativeFunction<ffi.LongLong Function()>> value) =>
13781378
_time_clock.value = value;
13791379

1380-
late final ffi.Pointer<ffi.Long> _timezone = _lookup<ffi.Long>('timezone');
1380+
late final ffi.Pointer<ffi.Long> _timezone$1 = _lookup<ffi.Long>('timezone');
13811381

1382-
int get timezone => _timezone.value;
1382+
int get timezone$1 => _timezone$1.value;
13831383

1384-
set timezone(int value) => _timezone.value = value;
1384+
set timezone$1(int value) => _timezone$1.value = value;
13851385

13861386
late final ffi.Pointer<ffi.Pointer<ffi.Pointer<ffi.Char>>> _tzname =
13871387
_lookup<ffi.Pointer<ffi.Pointer<ffi.Char>>>('tzname');
@@ -9969,7 +9969,7 @@ final class timeval64 extends ffi.Struct {
99699969
external int tv_usec;
99709970
}
99719971

9972-
final class timezone$1 extends ffi.Struct {
9972+
final class timezone extends ffi.Struct {
99739973
@ffi.Int()
99749974
external int tz_minuteswest;
99759975

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,10 +485,10 @@ packages:
485485
dependency: transitive
486486
description:
487487
name: vm_service
488-
sha256: "6f82e9ee8e7339f5d8b699317f6f3afc17c80a68ebef1bc0d6f52a678c14b1e6"
488+
sha256: "45caa6c5917fa127b5dbcfbd1fa60b14e583afdc08bfc96dda38886ca252eb60"
489489
url: "https://pub.dev"
490490
source: hosted
491-
version: "15.0.1"
491+
version: "15.0.2"
492492
watcher:
493493
dependency: transitive
494494
description:

0 commit comments

Comments
 (0)