Skip to content

Commit

Permalink
Merge branch 'cbindgen-no-features'
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Jul 3, 2023
2 parents 478d361 + 501b009 commit 07c545e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 45 deletions.
51 changes: 7 additions & 44 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ deny = [
{ name = "openssl-sys" },
{ name = "openssl-src" },
{ name = "openssl-probe" },
{ name = "clap", version = "2" },
{ name = "clap", version = "3" },
]
skip = []
skip-tree = []
Expand Down
2 changes: 1 addition & 1 deletion ios/MullvadTransport/shadowsocks-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ log = "0.4"
oslog = "0.2"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.build-dependencies]
cbindgen = "0.24"
cbindgen = { version = "0.24.3", default-features = false }

0 comments on commit 07c545e

Please sign in to comment.