Trying resolver fix, again.

Signed-off-by: Omar Zabala-Ferrera <73452461+ozabalaferrera@users.noreply.github.com>
This commit is contained in:
Author Name 2024-12-03 07:33:01 -05:00 committed by Omar Zabala-Ferrera
parent 09661ddaf7
commit 3ab32a51f2
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -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]

View File

@ -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