diff --git a/Cargo.toml b/Cargo.toml index db30c64..be61a5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ default = ["uniffi/cli"] [dependencies] bitcoin = { version = "0.32.2" } -uniffi = { version = "=0.28.0" } +uniffi = { version = "=0.28.2" } thiserror = "1.0.58" [build-dependencies] -uniffi = { version = "=0.28.0", features = ["build"] } +uniffi = { version = "=0.28.2", features = ["build"] }