Skip to content

Commit

Permalink
chore(deps): update frb to 1.82.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 18, 2023
1 parent df75d64 commit 496ea7b
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion packages/mimir/lib/src/bridge_generated.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTO GENERATED FILE, DO NOT EDIT.
// Generated by `flutter_rust_bridge`@ 1.82.4.
// Generated by `flutter_rust_bridge`@ 1.82.6.
// ignore_for_file: non_constant_identifier_names, unused_element, duplicate_ignore, directives_ordering, curly_braces_in_flow_control_structures, unnecessary_lambdas, slash_for_doc_comments, prefer_const_literals_to_create_immutables, implicit_dynamic_list_literal, duplicate_import, unused_import, unnecessary_import, prefer_single_quotes, prefer_const_constructors, use_super_parameters, always_use_package_imports, annotate_overrides, invalid_use_of_protected_member, constant_identifier_names, invalid_use_of_internal_member, prefer_is_empty, unnecessary_const

import 'dart:convert';
Expand Down
36 changes: 18 additions & 18 deletions packages/mimir/lib/src/bridge_generated.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class _$Filter_OrImpl implements Filter_Or {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$Filter_OrImpl &&
Expand Down Expand Up @@ -408,7 +408,7 @@ class _$Filter_AndImpl implements Filter_And {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$Filter_AndImpl &&
Expand Down Expand Up @@ -625,7 +625,7 @@ class _$Filter_NotImpl implements Filter_Not {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$Filter_NotImpl &&
Expand Down Expand Up @@ -831,7 +831,7 @@ class _$Filter_ExistsImpl implements Filter_Exists {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$Filter_ExistsImpl &&
Expand Down Expand Up @@ -1052,7 +1052,7 @@ class _$Filter_InValuesImpl implements Filter_InValues {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$Filter_InValuesImpl &&
Expand Down Expand Up @@ -1271,7 +1271,7 @@ class _$Filter_GreaterThanImpl implements Filter_GreaterThan {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$Filter_GreaterThanImpl &&
Expand Down Expand Up @@ -1492,7 +1492,7 @@ class _$Filter_GreaterThanOrEqualImpl implements Filter_GreaterThanOrEqual {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$Filter_GreaterThanOrEqualImpl &&
Expand Down Expand Up @@ -1710,7 +1710,7 @@ class _$Filter_EqualImpl implements Filter_Equal {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$Filter_EqualImpl &&
Expand Down Expand Up @@ -1927,7 +1927,7 @@ class _$Filter_NotEqualImpl implements Filter_NotEqual {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$Filter_NotEqualImpl &&
Expand Down Expand Up @@ -2145,7 +2145,7 @@ class _$Filter_LessThanImpl implements Filter_LessThan {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$Filter_LessThanImpl &&
Expand Down Expand Up @@ -2366,7 +2366,7 @@ class _$Filter_LessThanOrEqualImpl implements Filter_LessThanOrEqual {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$Filter_LessThanOrEqualImpl &&
Expand Down Expand Up @@ -2592,7 +2592,7 @@ class _$Filter_BetweenImpl implements Filter_Between {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$Filter_BetweenImpl &&
Expand Down Expand Up @@ -2806,7 +2806,7 @@ class _$Filter_IsNullImpl implements Filter_IsNull {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$Filter_IsNullImpl &&
Expand Down Expand Up @@ -3013,7 +3013,7 @@ class _$Filter_IsEmptyImpl implements Filter_IsEmpty {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$Filter_IsEmptyImpl &&
Expand Down Expand Up @@ -3505,7 +3505,7 @@ class _$MimirIndexSettingsImpl implements _MimirIndexSettings {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$MimirIndexSettingsImpl &&
Expand Down Expand Up @@ -3729,7 +3729,7 @@ class _$SortBy_AscImpl implements SortBy_Asc {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$SortBy_AscImpl &&
Expand Down Expand Up @@ -3866,7 +3866,7 @@ class _$SortBy_DescImpl implements SortBy_Desc {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$SortBy_DescImpl &&
Expand Down Expand Up @@ -4064,7 +4064,7 @@ class _$SynonymsImpl implements _Synonyms {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$SynonymsImpl &&
Expand Down
2 changes: 1 addition & 1 deletion packages/mimir/lib/src/bridge_generated.io.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTO GENERATED FILE, DO NOT EDIT.
// Generated by `flutter_rust_bridge`@ 1.82.4.
// Generated by `flutter_rust_bridge`@ 1.82.6.
// ignore_for_file: non_constant_identifier_names, unused_element, duplicate_ignore, directives_ordering, curly_braces_in_flow_control_structures, unnecessary_lambdas, slash_for_doc_comments, prefer_const_literals_to_create_immutables, implicit_dynamic_list_literal, duplicate_import, unused_import, unnecessary_import, prefer_single_quotes, prefer_const_constructors, use_super_parameters, always_use_package_imports, annotate_overrides, invalid_use_of_protected_member, constant_identifier_names, invalid_use_of_internal_member, prefer_is_empty, unnecessary_const

import 'dart:convert';
Expand Down
2 changes: 1 addition & 1 deletion packages/mimir/lib/src/bridge_generated.web.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTO GENERATED FILE, DO NOT EDIT.
// Generated by `flutter_rust_bridge`@ 1.82.4.
// Generated by `flutter_rust_bridge`@ 1.82.6.
// ignore_for_file: non_constant_identifier_names, unused_element, duplicate_ignore, directives_ordering, curly_braces_in_flow_control_structures, unnecessary_lambdas, slash_for_doc_comments, prefer_const_literals_to_create_immutables, implicit_dynamic_list_literal, duplicate_import, unused_import, unnecessary_import, prefer_single_quotes, prefer_const_constructors, use_super_parameters, always_use_package_imports, annotate_overrides, invalid_use_of_protected_member, constant_identifier_names, invalid_use_of_internal_member, prefer_is_empty, unnecessary_const

import 'dart:convert';
Expand Down
4 changes: 2 additions & 2 deletions packages/mimir/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ edition = "2021"
crate-type = ["staticlib", "cdylib"]

[build-dependencies]
flutter_rust_bridge_codegen = "=1.82.4"
flutter_rust_bridge_codegen = "=1.82.6"

[dependencies]
flutter_rust_bridge = "=1.82.4"
flutter_rust_bridge = "=1.82.6"
anyhow = "1.0.*"
serde = "1.0.*"
serde_json = "1.0.*"
Expand Down
6 changes: 3 additions & 3 deletions packages/mimir/native/src/bridge_generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
clippy::too_many_arguments
)]
// AUTO GENERATED FILE, DO NOT EDIT.
// Generated by `flutter_rust_bridge`@ 1.82.4.
// Generated by `flutter_rust_bridge`@ 1.82.6.

use crate::api::*;
use core::panic::UnwindSafe;
Expand Down Expand Up @@ -720,7 +720,7 @@ mod web {
}
}
#[cfg(target_family = "wasm")]
pub use web::*;
pub use self::web::*;

#[cfg(not(target_family = "wasm"))]
mod io {
Expand Down Expand Up @@ -1615,4 +1615,4 @@ mod io {
}
}
#[cfg(not(target_family = "wasm"))]
pub use io::*;
pub use self::io::*;
2 changes: 1 addition & 1 deletion packages/mimir/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:

dependencies:
ffi: ^2.0.1
flutter_rust_bridge: 1.82.4
flutter_rust_bridge: 1.82.6
freezed_annotation: ^2.2.0
meta: ^1.8.0

Expand Down
2 changes: 1 addition & 1 deletion packages/mimir/test/utils.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ class _$ComparableMimirIndexSettingsImpl
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ComparableMimirIndexSettingsImpl &&
Expand Down

0 comments on commit 496ea7b

Please sign in to comment.