Skip to content

Commit

Permalink
override package versions
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <[email protected]>
  • Loading branch information
andrewwhitehead committed Sep 17, 2024
1 parent 2f6b79c commit dc2fa32
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 12 deletions.
37 changes: 25 additions & 12 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ serde_cbor = "0.11"
serde_json = "1.0"
zeroize = "1.5"

# temporary overrides to minimize Rust version on Android
home = { version = "=0.5.5", optional = true }
tokio = { version = "=1.38.1", optional = true }
tokio-stream = { version = "=0.1.15", optional = true }

[dependencies.askar-crypto]
features = ["all_keys", "any_key", "argon2", "crypto_box", "std"]
path = "./askar-crypto"
Expand Down

0 comments on commit dc2fa32

Please sign in to comment.