Skip to content
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mobile/apps/auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies:
fluttertoast: 8.2.12
google_nav_bar: 5.0.7 #supported
gradient_borders: 1.0.1
http: 1.4.0
http: 1.6.0
hugeicons: 1.1.1
image: 4.5.4
intl: 0.20.2
Expand Down
2 changes: 1 addition & 1 deletion mobile/apps/photos/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ dependencies:
freezed_annotation: 3.1.0
home_widget: 0.8.0
html_unescape: 2.0.0
http: 1.4.0
http: 1.6.0
hugeicons: 1.1.2
image: 4.5.4
in_app_purchase: 3.2.1
Expand Down
1 change: 1 addition & 0 deletions mobile/packages/rust/lib/ente_rust.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library;

export 'src/rust/api/contacts.dart';
export 'src/rust/frb_generated.dart' show EnteRust;
12 changes: 12 additions & 0 deletions mobile/packages/rust/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions mobile/packages/rust/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ crate-type = ["cdylib", "staticlib"]
[dependencies]
flutter_rust_bridge = "=2.12.0"
ente-core = { path = "../../../../rust/core" }
ente-contacts = { path = "../../../../rust/contacts" }

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frb_expand)'] }
Expand Down
Loading
Loading