Skip to content

Commit

Permalink
fix release files for post-release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sagudev committed May 11, 2022
1 parent f25c5cf commit 6e3953f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion frb_example/pure_dart/rust/Cargo.toml.release
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
6 changes: 3 additions & 3 deletions frb_example/with_flutter/rust/Cargo.toml.release
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6e3953f

Please sign in to comment.