Skip to content

Commit

Permalink
fix(ci): wallet ffi build fix (#4993)
Browse files Browse the repository at this point in the history
Description
Tracked down a break in the wallet ffi build for android.

Motivation and Context
---

How Has This Been Tested?
Tested build in local fork and on local machine. Not tested the wallet ffi
  • Loading branch information
leet4tari committed Dec 6, 2022
1 parent cc2c0d2 commit 5145368
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 82 deletions.
128 changes: 47 additions & 81 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion common/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ anyhow = "1.0.53"
config = { version = "0.13.0", default_features = false, features = ["toml"] }
derivative = "2.2.0"
dirs-next = "1.0.2"
git2 = { version = "0.8", optional = true }
git2 = { version = "0.8", default_features = false, optional = true }
log = "0.4.8"
log4rs = { version = "1.2.0", default_features = false, features = ["config_parsing", "threshold_filter", "yaml_format"] }
multiaddr = { version = "0.14.0" }
Expand Down

0 comments on commit 5145368

Please sign in to comment.