Skip to content

Commit

Permalink
webpki for android too
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Mar 27, 2023
1 parent 1edc246 commit 36e489c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ webpki = { package = "rustls-webpki", version = "0.100.0", features = ["alloc",

[target.'cfg(target_os = "android")'.dependencies]
jni = { version = "0.19", default-features = false }
webpki = "0.22"
webpki = { package = "rustls-webpki", version = "0.100.0", features = ["alloc", "std"] }
once_cell = "1.9"
android_logger = { version = "0.11", optional = true } # Only used during testing.

Expand Down

0 comments on commit 36e489c

Please sign in to comment.