Trying resolver fix, again. (#248)
Signed-off-by: Omar Zabala-Ferrera <73452461+ozabalaferrera@users.noreply.github.com>
This commit is contained in:
parent
09661ddaf7
commit
897cd85c40
|
@ -12,6 +12,7 @@ exclude = [
|
||||||
".github/*"
|
".github/*"
|
||||||
]
|
]
|
||||||
categories = ["web-programming", "encoding", "data-structures"]
|
categories = ["web-programming", "encoding", "data-structures"]
|
||||||
|
resolver = "2"
|
||||||
|
|
||||||
# Enable all features when building on docs.rs to show feature gated bindings
|
# Enable all features when building on docs.rs to show feature gated bindings
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
|
|
|
@ -3,6 +3,7 @@ name = "reqwest-wasm-example"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
authors = ["Francesco Guardiani <francescoguard@gmail.com>"]
|
authors = ["Francesco Guardiani <francescoguard@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
resolver = "2"
|
||||||
|
|
||||||
# Config mostly pulled from: https://github.com/rustwasm/wasm-bindgen/blob/master/examples/fetch/Cargo.toml
|
# Config mostly pulled from: https://github.com/rustwasm/wasm-bindgen/blob/master/examples/fetch/Cargo.toml
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue