diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 829fbba..f4673cc 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -11,7 +11,7 @@ strip = "debuginfo" crate-type = ["cdylib", "staticlib"] [dependencies] -flutter_rust_bridge = "=2.0.0-dev.28" +flutter_rust_bridge = "=2.0.0-dev.29" tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "process"] } url = "2.5" async-std = "1.12"