Skip to content

Commit

Permalink
Fixed rust log forwarder bindings for Focus
Browse files Browse the repository at this point in the history
  • Loading branch information
lougeniaC64 committed Oct 6, 2023
1 parent cfbf109 commit a90e048
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

### 🦊 What's Changed 🦊
- Exposed rust-log-forwarder for iOS ([#5840](https://github.com/mozilla/application-services/pull/5840)).
- Fixed rust-log-forwarder bindings for Focus iOS ([5858](https://github.com/mozilla/application-services/pull/5858)).

# v119.0 (_2023-09-25_)

Expand Down
1 change: 1 addition & 0 deletions 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 megazords/ios-rust/focus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ crate-type = ["staticlib"]

[dependencies]
rc_log_ffi = { path = "../../../components/rc_log" }
rust-log-forwarder = { path = "../../../components/support/rust-log-forwarder" }
viaduct = { path = "../../../components/viaduct" }
viaduct-reqwest = { path = "../../../components/support/viaduct-reqwest" }
nimbus-sdk = { path = "../../../components/nimbus" }
Expand Down
1 change: 1 addition & 0 deletions megazords/ios-rust/focus/MozillaRustComponents.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
#import "nimbusFFI.h"
#import "errorFFI.h"
#import "remote_settingsFFI.h"
#import "rustlogforwarderFFI.h"
1 change: 1 addition & 0 deletions megazords/ios-rust/focus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ pub use error_support;
pub use nimbus;
pub use rc_log_ffi;
pub use remote_settings;
pub use rust_log_forwarder;
pub use viaduct_reqwest;

0 comments on commit a90e048

Please sign in to comment.