Skip to content

Commit

Permalink
upgrade uniffi to 0.16.0
Browse files Browse the repository at this point in the history
just for the sake of keeping up
  • Loading branch information
ecioppettini committed Jan 17, 2022
1 parent 39516e7 commit eb575cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bindings/wallet-uniffi/Cargo.toml
Expand Up @@ -8,8 +8,8 @@ crate-type = [ "cdylib" ]
name = "uniffi_jormungandr_wallet"

[dependencies]
uniffi = "0.14.1"
uniffi_macros = "0.14.1"
uniffi = "0.16.0"
uniffi_macros = "0.16.0"
wallet-core = { path = "../wallet-core" }
wallet = {path = "../../wallet"}
symmetric-cipher = {path = "../../symmetric-cipher"}
Expand All @@ -22,7 +22,7 @@ chain-ser = { git = "https://github.com/input-output-hk/chain-libs.git", branch
thiserror = {version = "1.0", default-features = false}

[build-dependencies]
uniffi_build = "0.14.1"
uniffi_build = "0.16.0"

[features]
builtin-bindgen = ["uniffi_build/builtin-bindgen"]

0 comments on commit eb575cf

Please sign in to comment.