diff --git a/frb_example/pure_dart/rust/Cargo.toml.release b/frb_example/pure_dart/rust/Cargo.toml.release index 53f7c41e45..47897b42c2 100644 --- a/frb_example/pure_dart/rust/Cargo.toml.release +++ b/frb_example/pure_dart/rust/Cargo.toml.release @@ -7,8 +7,11 @@ edition = "2018" name = "flutter_rust_bridge_example" crate-type = ["cdylib"] +[build-dependencies] +flutter_rust_bridge_codegen = { path = "../../../frb_codegen" } + [dependencies] -anyhow = { version = "1.0.53", features = ["backtrace"] } +anyhow = { version = "1.0.57", features = ["backtrace"] } flutter_rust_bridge = "1" lazy_static = "1.4.0" diff --git a/frb_example/with_flutter/rust/Cargo.toml.release b/frb_example/with_flutter/rust/Cargo.toml.release index a0508198f1..121fe01ca4 100644 --- a/frb_example/with_flutter/rust/Cargo.toml.release +++ b/frb_example/with_flutter/rust/Cargo.toml.release @@ -8,8 +8,8 @@ name = "flutter_rust_bridge_example" crate-type = ["cdylib"] [dependencies] -anyhow = { version = "1.0.44", features = ["backtrace"] } +anyhow = { version = "1.0.57", features = ["backtrace"] } flutter_rust_bridge = "1" num = "0.4" # unrelated to Flutter Rust Bridge. Used only to draw beautiful photos. -image = "0.23.14" # unrelated to Flutter Rust Bridge. Used only to draw beautiful photos. -crossbeam = "0.8" # unrelated to Flutter Rust Bridge. Used only to draw beautiful photos. +image = "0.24.2" # unrelated to Flutter Rust Bridge. Used only to draw beautiful photos. +crossbeam = "0.8" # unrelated to Flutter Rust Bridge. Used only to draw beautiful photos. \ No newline at end of file