File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ CODE_GENERATOR_WEB:
3434 FUNCTION
3535 ARG --required WASM_MODULE_NAME
3636
37- # TODO(dt-iohk): revert to official version when changes are merged
38- GIT CLONE --branch feat/wasm_bindgen_configurable https://github.com/dt-iohk/flutter_rust_bridge .git /usr/local/flutter_rust_bridge
37+ # TODO(dt-iohk): revert to official version when changes from the fork are merged into the official version
38+ GIT CLONE --branch feat/wasm-bindgen-configurable-module https://github.com/input-output-hk/catalyst_flutter_rust_bridge .git /usr/local/flutter_rust_bridge
3939 RUN cargo run --manifest-path /usr/local/flutter_rust_bridge/frb_codegen/Cargo.toml -- generate
4040 RUN cargo run --manifest-path /usr/local/flutter_rust_bridge/frb_codegen/Cargo.toml -- build-web --wasm-bindgen-args = "--no-modules-global=$WASM_MODULE_NAME"
4141
Original file line number Diff line number Diff line change @@ -16,7 +16,10 @@ targets = [
1616
1717[advisories ]
1818version = 2
19- ignore = []
19+ ignore = [
20+ " RUSTSEC-2025-0067" ,
21+ " RUSTSEC-2025-0068" ,
22+ ]
2023
2124[bans ]
2225multiple-versions = " warn"
@@ -60,8 +63,8 @@ allow-git = [
6063 " https://github.com/input-output-hk/mithril" ,
6164 # Maintained fork of an archived crates-io version.
6265 " https://github.com/dariusc93/rust-ipfs" ,
63- # TODO(dt-iohk): remove this when forked flutter_rust_bridge is no longer needed
64- " https://github.com/dt-iohk/flutter_rust_bridge " ,
66+ # TODO(dt-iohk): remove this when changes from forked flutter_rust_bridge are merged into the official version
67+ " https://github.com/input-output-hk/catalyst_flutter_rust_bridge " ,
6568]
6669
6770[licenses ]
Original file line number Diff line number Diff line change @@ -16,7 +16,10 @@ targets = [
1616
1717[advisories ]
1818version = 2
19- ignore = []
19+ ignore = [
20+ " RUSTSEC-2025-0067" ,
21+ " RUSTSEC-2025-0068" ,
22+ ]
2023
2124[bans ]
2225multiple-versions = " warn"
@@ -60,8 +63,8 @@ allow-git = [
6063 " https://github.com/input-output-hk/mithril" ,
6164 # Maintained fork of an archived crates-io version.
6265 " https://github.com/dariusc93/rust-ipfs" ,
63- # TODO(dt-iohk): remove this when forked flutter_rust_bridge is no longer needed
64- " https://github.com/dt-iohk/flutter_rust_bridge " ,
66+ # TODO(dt-iohk): remove this when changes from forked flutter_rust_bridge are merged into the official version
67+ " https://github.com/input-output-hk/catalyst_flutter_rust_bridge " ,
6568]
6669
6770[licenses ]
You can’t perform that action at this time.
0 commit comments