Skip to content

Commit

Permalink
Merge pull request #354 from yeoupooh/main
Browse files Browse the repository at this point in the history
feat: upgrade prost to 0.12.6
  • Loading branch information
temeddix committed Jun 7, 2024
2 parents 5267082 + 649fb3c commit 5fc3729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flutter_ffi_plugin/example/native/hub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
rinf = "6.11.1"
prost = "0.12.3"
prost = "0.12.6"
wasm-bindgen = "0.2.92" # Uncomment this line to target the web
tokio_with_wasm = "0.4.4" # Uncomment this line to target the web
sample_crate = { path = "../sample_crate" }
2 changes: 1 addition & 1 deletion flutter_ffi_plugin/template/native/hub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
rinf = "6.11.1"
prost = "0.12.3"
prost = "0.12.6"
tokio = { version = "1", features = ["rt-multi-thread", "sync", "macros"] }
# wasm-bindgen = "0.2.92" # Uncomment this line to target the web
# tokio_with_wasm = "0.4.4" # Uncomment this line to target the web

0 comments on commit 5fc3729

Please sign in to comment.