Skip to content

Commit

Permalink
Use patched version of ureq to avoid copy-left license
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 4, 2022
1 parent 4f05519 commit b9b58bb
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 12 deletions.
81 changes: 69 additions & 12 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ opt-level = 2 # fast and small wasm, basically same as `opt-level = 's'`
# opt-level = 3 # unecessarily large wasm for no performance gain

# debug = true # include debug symbols, useful when profiling wasm

[patch.crates-io]
ureq = { git = "https://github.com/emilk/ureq/", branch = "opt-in-webpki-roots" } # See https://github.com/algesten/ureq/pull/479 / https://github.com/algesten/ureq/issues/478

0 comments on commit b9b58bb

Please sign in to comment.