From 657c66f1be781851f3686973c1fde8295ca5a913 Mon Sep 17 00:00:00 2001 From: bkioshn Date: Mon, 4 Nov 2024 09:10:28 +0700 Subject: [PATCH] fix(rust): flutter_rust_bridge tool package name Signed-off-by: bkioshn --- earthly/rust/tools/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthly/rust/tools/Earthfile b/earthly/rust/tools/Earthfile index 477bf56f..e044bc1f 100644 --- a/earthly/rust/tools/Earthfile +++ b/earthly/rust/tools/Earthfile @@ -84,4 +84,4 @@ tool-wasm-pack: DO +CARGO_BINSTALL --package=wasm-pack --version=0.13.0 tool-flutter-rust-bridge: - DO +CARGO_BINSTALL --package=flutter_rust_bridge --version=2.5.1 + DO +CARGO_BINSTALL --package=flutter_rust_bridge_codegen --version=2.5.1