diff --git a/native/Cargo.toml b/native/Cargo.toml index 5dd7592..8e3d603 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib", "staticlib"] [dependencies] anyhow = "1" -flutter_rust_bridge = "1" +flutter_rust_bridge = "2" # Bug: wasm-bindgen is not reexported from FRB [target.'cfg(target_family = "wasm")'.dependencies]