Skip to content

Commit 1887c2c

Browse files
committed
Merge branch 'feat/catalyst-compression-setup' into feat/migrate-away-from-melos
2 parents 7260c7c + 6f99d8f commit 1887c2c

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

earthly/flutter_rust_bridge/Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

earthly/rust/stdcfgs/deny.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ targets = [
1616

1717
[advisories]
1818
version = 2
19-
ignore = []
19+
ignore = [
20+
"RUSTSEC-2025-0067",
21+
"RUSTSEC-2025-0068",
22+
]
2023

2124
[bans]
2225
multiple-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]

examples/rust/deny.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ targets = [
1616

1717
[advisories]
1818
version = 2
19-
ignore = []
19+
ignore = [
20+
"RUSTSEC-2025-0067",
21+
"RUSTSEC-2025-0068",
22+
]
2023

2124
[bans]
2225
multiple-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]

0 commit comments

Comments
 (0)