@@ -7,18 +7,18 @@ repository = "https://github.com/mozilla/uniffi-rs"
77# Incrementing the minor version here means a breaking change to consumers.
88# * See `docs/uniffi-versioning.md` for guidance on when to increment this
99# * Make sure to also update `uniffi_bindgen::UNIFFI_CONTRACT_VERSION"
10- version = " 0.29.3 "
10+ version = " 0.29.4 "
1111license = " MPL-2.0"
1212edition = " 2021"
1313keywords = [" ffi" , " bindgen" ]
1414readme = " ../README.md"
1515
1616[dependencies ]
17- uniffi_bindgen = { path = " ../uniffi_bindgen" , version = " =0.29.3 " , optional = true }
18- uniffi_build = { path = " ../uniffi_build" , version = " =0.29.3 " , optional = true }
19- uniffi_core = { path = " ../uniffi_core" , version = " =0.29.3 " }
20- uniffi_macros = { path = " ../uniffi_macros" , version = " =0.29.3 " }
21- uniffi_pipeline = { path = " ../uniffi_pipeline" , version = " =0.29.3 " }
17+ uniffi_bindgen = { path = " ../uniffi_bindgen" , version = " =0.29.4 " , optional = true }
18+ uniffi_build = { path = " ../uniffi_build" , version = " =0.29.4 " , optional = true }
19+ uniffi_core = { path = " ../uniffi_core" , version = " =0.29.4 " }
20+ uniffi_macros = { path = " ../uniffi_macros" , version = " =0.29.4 " }
21+ uniffi_pipeline = { path = " ../uniffi_pipeline" , version = " =0.29.4 " }
2222anyhow = " 1"
2323camino = { version = " 1.0.8" , optional = true }
2424cargo_metadata = { version = " 0.19" , optional = true }
0 commit comments