Skip to content

Commit

Permalink
Finish the fix for mozilla#301
Browse files Browse the repository at this point in the history
  • Loading branch information
dmose committed Sep 29, 2020
1 parent c04dd99 commit cafcb95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uniffi_bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "uniffi-bindgen"
path = "src/main.rs"

[dependencies]
cargo_metadata = "0.11"
cargo_metadata = "0.11.3"
weedle = "0.11"
anyhow = "1"
askama = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion uniffi_build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
keywords = ["ffi", "bindgen"]

[dependencies]
cargo_metadata = "0.11"
cargo_metadata = "0.11.3"
anyhow = "1"
uniffi_bindgen = { path = "../uniffi_bindgen", optional = true, version = "0.2.0" }

Expand Down

0 comments on commit cafcb95

Please sign in to comment.