1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

cargo deny: clarify MPL-2.0 license and use un-patched ureq again (#1222)

See https://github.com/algesten/ureq/issues/478#issuecomment-1031029647
This commit is contained in:
Emil Ernerfeldt
2022-02-07 10:38:08 +01:00
committed by GitHub
parent c9098288f5
commit 603ec82a5e
3 changed files with 13 additions and 72 deletions

View File

@@ -24,6 +24,3 @@ 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