From b5eaa1cd88a799783e54e4c81a7ae3c1b9d17ec3 Mon Sep 17 00:00:00 2001 From: ngutech21 Date: Tue, 12 Dec 2023 22:08:25 +0100 Subject: [PATCH] chore: update flutter codegen tool --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 863db389..e23f2a95 100644 --- a/justfile +++ b/justfile @@ -7,7 +7,7 @@ default: # install all dependencies deps: - cargo install flutter_rust_bridge_codegen@1.82.4 sqlx-cli@0.7.2 typos-cli grcov wasm-pack wasm-opt just + cargo install flutter_rust_bridge_codegen@1.82.5 sqlx-cli@0.7.2 typos-cli grcov wasm-pack wasm-opt just # clean cargo and flutter