From 3ab32a51f28cf6af7414be7295a2832a1ac93506 Mon Sep 17 00:00:00 2001 From: Author Name <73452461+ozabalaferrera@users.noreply.github.com> Date: Tue, 3 Dec 2024 07:33:01 -0500 Subject: [PATCH] Trying resolver fix, again. Signed-off-by: Omar Zabala-Ferrera <73452461+ozabalaferrera@users.noreply.github.com> --- Cargo.toml | 1 + example-projects/reqwest-wasm-example/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 008e110..a761a06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/example-projects/reqwest-wasm-example/Cargo.toml b/example-projects/reqwest-wasm-example/Cargo.toml index 1be202c..1d89038 100644 --- a/example-projects/reqwest-wasm-example/Cargo.toml +++ b/example-projects/reqwest-wasm-example/Cargo.toml @@ -3,6 +3,7 @@ name = "reqwest-wasm-example" version = "0.3.0" authors = ["Francesco Guardiani "] edition = "2018" +resolver = "2" # Config mostly pulled from: https://github.com/rustwasm/wasm-bindgen/blob/master/examples/fetch/Cargo.toml