diff --git a/Cargo.lock b/Cargo.lock index 48eaa98684..135d98a531 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4128,7 +4128,7 @@ dependencies = [ [[package]] name = "tari_wallet_ffi" -version = "0.16.3" +version = "0.16.4" dependencies = [ "chrono", "env_logger 0.7.1", diff --git a/base_layer/wallet_ffi/Cargo.toml b/base_layer/wallet_ffi/Cargo.toml index ef79c5f1c2..e1322f4f5d 100644 --- a/base_layer/wallet_ffi/Cargo.toml +++ b/base_layer/wallet_ffi/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_wallet_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet C FFI bindings" license = "BSD-3-Clause" -version = "0.16.3" +version = "0.16.4" edition = "2018" [dependencies]