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