diff --git a/packages/mimir/native/Cargo.toml b/packages/mimir/native/Cargo.toml index eb8534f..a43e9eb 100644 --- a/packages/mimir/native/Cargo.toml +++ b/packages/mimir/native/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["staticlib", "cdylib"] flutter_rust_bridge_codegen = "=1.82.6" [dependencies] -flutter_rust_bridge = "=1.82.6" +flutter_rust_bridge = "=2.1.0" anyhow = "1.0.*" serde = "1.0.*" serde_json = "1.0.*"