diff --git a/Cargo.toml b/Cargo.toml index 2d4e192..e56b997 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ default = ["uniffi/cli"] [dependencies] bitcoin = { version = "0.32.4" } -uniffi = { version = "=0.29.0" } +uniffi = { version = "0.29.1" } thiserror = "1.0.58" [build-dependencies] -uniffi = { version = "=0.29.0", features = ["build"] } +uniffi = { version = "0.29.1", features = ["build"] }